Html Css Color HEX #273ECB Persian Blue

📋 copy color: '#273ECB'

red 39 ◦ green 62 ◦ blue 203

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

Shades of Persian Blue #273ECB

Tints of Persian Blue #273ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.78%

R = 12.83%
G = 20.39%
B = 66.78%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#273ECB (or 0x273ECB) is known color: Persian Blue. HEX triplet: 27, 3E and CB. RGB value is (39,62,203). Sum of RGB (Red+Green+Blue) = 39+62+203=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #273ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ECB is #D8C134. Grayscale: #464646. Windows color (decimal): -14205237 or 13319719. OLE color: 13319719.

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

Color convert

RGB 39 62 203 -
CMYK 0.81 0.69 0 0.20
HSL 231.59º 0.68% 0.47% -
HSV(B) 231.59º 0.81% 0.8% -
XYZ 13.34 8.19 57.38 -
YUV 71.2 202.38 105.04 -
System Red Green Blue C M Y K H S L
Decimal 39 62 203 0.81 0.69 0 0.20 231.59 0.68 0.47
Hex 27 3E CB 51 45 0 14 E8 44 2F
Octal 47 76 313 121 105 0 24 350 104 57
Binary 100111 111110 11001011 1010001 1000101 0 10100 11101000 1000100 101111

Color Harmonies of #273ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273ECB

Black with #273ECB

Text Example


Text Example

White with #273ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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