Html Css Color HEX #273CCC Persian Blue

📋 copy color: '#273CCC'

red 39 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #273CCC

Tints of Persian Blue #273CCC

RGB

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

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

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

R = 12.87%
G = 19.8%
B = 67.33%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#273CCC (or 0x273CCC) is known color: Persian Blue. HEX triplet: 27, 3C and CC. RGB value is (39,60,204). Sum of RGB (Red+Green+Blue) = 39+60+204=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #273CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CCC is #D8C333. Grayscale: #454545. Windows color (decimal): -14205748 or 13384743. OLE color: 13384743.

HSL color Cylindrical-coordinate representation of color #273CCC: hue angle of 232.36º 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 #273CCC is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 60 204 -
CMYK 0.81 0.71 0 0.2
HSL 232.36º 0.68% 0.48% -
HSV(B) 232.36º 0.81% 0.8% -
XYZ 13.35 8.02 57.97 -
YUV 70.14 203.54 105.79 -
System Red Green Blue C M Y K H S L
Decimal 39 60 204 0.81 0.71 0 0.2 232.36 0.68 0.48
Hex 27 3C CC 51 47 0 14 E8 44 30
Octal 47 74 314 121 107 0 24 350 104 60
Binary 100111 111100 11001100 1010001 1000111 0 10100 11101000 1000100 110000

Color Harmonies of #273CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CCC

Black with #273CCC

Text Example


Text Example

White with #273CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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