Html Css Color HEX #273EC8 Persian Blue

📋 copy color: '#273EC8'

red 39 ◦ green 62 ◦ blue 200

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

Shades of Persian Blue #273EC8

Tints of Persian Blue #273EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 66.45%

R = 12.96%
G = 20.6%
B = 66.45%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#273EC8 (or 0x273EC8) is known color: Persian Blue. HEX triplet: 27, 3E and C8. RGB value is (39,62,200). Sum of RGB (Red+Green+Blue) = 39+62+200=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 200 (78.52% from 255 or 66.45% from 301); Max value from RGB is 200 - color contains mainly: blue. Hex color #273EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273EC8 is #D8C137. Grayscale: #464646. Windows color (decimal): -14205240 or 13123111. OLE color: 13123111.

HSL color Cylindrical-coordinate representation of color #273EC8: hue angle of 231.43º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273EC8 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 39 62 200 -
CMYK 0.80 0.69 0 0.22
HSL 231.43º 0.67% 0.47% -
HSV(B) 231.43º 0.81% 0.78% -
XYZ 12.98 8.05 55.51 -
YUV 70.86 200.88 105.28 -
System Red Green Blue C M Y K H S L
Decimal 39 62 200 0.80 0.69 0 0.22 231.43 0.67 0.47
Hex 27 3E C8 50 45 0 16 E7 43 2F
Octal 47 76 310 120 105 0 26 347 103 57
Binary 100111 111110 11001000 1010000 1000101 0 10110 11100111 1000011 101111

Color Harmonies of #273EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273EC8

Black with #273EC8

Text Example


Text Example

White with #273EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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