#273ecf

Color #273ECF Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #273ECF

Tints of Persian Blue #273ECF

Color information

#273ECF (or 0x273ECF) is unknown color: approx Persian Blue. HEX triplet: 27, 3E and CF. RGB value is (39,62,207). Sum of RGB (Red+Green+Blue) = 39+62+207=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #273ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ECF is #D8C130. Grayscale: #474747. Windows color (decimal): -14205233 or 13581863. OLE color: 13581863.

HSL color Cylindrical-coordinate representation of color #273ECF: hue angle of 231.79º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273ECF is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3962207-
CMYK0.810.7000.19
HSL231.79º68.29%48.24%-
HSV(B)231.79º81.16%81.18%-
XYZ13.828.3859.92-
YUV71.65204.38104.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 207 (81.25% from 255) = 67.21%
R=12.66%
G=20.13%
B=67.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal39622070.810.7000.19231.7968.2948.24
Hex273ECF5146013e84430
Octal477631712110602335010460
Binary1001111111101100111110100011000110010011111010001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273ecf; }

 p { color: rgb(39,62,207); }

 H1.HeaderClassName
 {
   color: #273ecf;
 }
 .AnyTagClassName
 {
   color: #273ecf;
 }
</style>
background-color css

<style>
 a { background-color: #273ecf; }

 a { background-color: rgb(39,62,207); }

 div.DivClassName
 {
   background-color: #273ecf;
 }
 .BgClassName
 {
   background-color: #273ecf;
 }
</style>
border-color css

<style>
 span { border-color: #273ecf; }

 span { border-color: rgb(39,62,207); }

 td.TdClassName
 {
   border-color: #273ecf;
 }
 .TagClassName
 {
   border-color: #273ecf;
 }
</style>