Html Css Color HEX #273ECC Persian Blue

📋 copy color: '#273ECC'

red 39 ◦ green 62 ◦ blue 204

#273ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #273ECC

Tints of Persian Blue #273ECC

RGB

 RED value IS 39 (15.63% from 255) = 12.79%

 GREEN value IS 62 (24.61% from 255) = 20.33%

 BLUE value IS 204 (80.08% from 255) = 66.89%

R = 12.79%
G = 20.33%
B = 66.89%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#273ECC (or 0x273ECC) is known color: Persian Blue. HEX triplet: 27, 3E and CC. RGB value is (39,62,204). Sum of RGB (Red+Green+Blue) = 39+62+204=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #273ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ECC is #D8C133. Grayscale: #464646. Windows color (decimal): -14205236 or 13385255. OLE color: 13385255.

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

Color convert

RGB 39 62 204 -
CMYK 0.81 0.70 0 0.2
HSL 231.64º 0.68% 0.48% -
HSV(B) 231.64º 0.81% 0.8% -
XYZ 13.46 8.24 58.01 -
YUV 71.31 202.88 104.95 -
System Red Green Blue C M Y K H S L
Decimal 39 62 204 0.81 0.70 0 0.2 231.64 0.68 0.48
Hex 27 3E CC 51 46 0 14 E8 44 30
Octal 47 76 314 121 106 0 24 350 104 60
Binary 100111 111110 11001100 1010001 1000110 0 10100 11101000 1000100 110000

Color Harmonies of #273ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273ECC

Black with #273ECC

Text Example


Text Example

White with #273ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #273ECC;
 }
 .AnyTagClassName
 {
   color: #273ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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