Html Css Color HEX #273CC9 Persian Blue

📋 copy color: '#273CC9'

red 39 ◦ green 60 ◦ blue 201

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

Shades of Persian Blue #273CC9

Tints of Persian Blue #273CC9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20%

 BLUE value IS 201 (78.91% from 255) = 67%

R = 13%
G = 20%
B = 67%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#273CC9 (or 0x273CC9) is known color: Persian Blue. HEX triplet: 27, 3C and C9. RGB value is (39,60,201). Sum of RGB (Red+Green+Blue) = 39+60+201=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 201 (78.91% from 255 or 67% from 300); Max value from RGB is 201 - color contains mainly: blue. Hex color #273CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CC9 is #D8C336. Grayscale: #454545. Windows color (decimal): -14205751 or 13188135. OLE color: 13188135.

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

Color convert

RGB 39 60 201 -
CMYK 0.81 0.70 0 0.21
HSL 232.22º 0.68% 0.47% -
HSV(B) 232.22º 0.81% 0.79% -
XYZ 13 7.88 56.09 -
YUV 69.8 202.04 106.04 -
System Red Green Blue C M Y K H S L
Decimal 39 60 201 0.81 0.70 0 0.21 232.22 0.68 0.47
Hex 27 3C C9 51 46 0 15 E8 44 2F
Octal 47 74 311 121 106 0 25 350 104 57
Binary 100111 111100 11001001 1010001 1000110 0 10101 11101000 1000100 101111

Color Harmonies of #273CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CC9

Black with #273CC9

Text Example


Text Example

White with #273CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,60,201); }

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

background-color css

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

 a { background-color: rgb(39,60,201); }

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

border-color css

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

 span { border-color: rgb(39,60,201); }

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