Html Css Color HEX #273EDE Persian Blue

📋 copy color: '#273EDE'

red 39 ◦ green 62 ◦ blue 222

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

Shades of Persian Blue #273EDE

Tints of Persian Blue #273EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.73%

R = 12.07%
G = 19.2%
B = 68.73%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#273EDE (or 0x273EDE) is known color: Persian Blue. HEX triplet: 27, 3E and DE. RGB value is (39,62,222). Sum of RGB (Red+Green+Blue) = 39+62+222=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #273EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273EDE is #D8C121. Grayscale: #484848. Windows color (decimal): -14205218 or 14564903. OLE color: 14564903.

HSL color Cylindrical-coordinate representation of color #273EDE: hue angle of 232.46º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273EDE is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 62 222 -
CMYK 0.82 0.72 0 0.13
HSL 232.46º 0.73% 0.51% -
HSV(B) 232.46º 0.82% 0.87% -
XYZ 15.74 9.15 70.04 -
YUV 73.36 211.88 103.49 -
System Red Green Blue C M Y K H S L
Decimal 39 62 222 0.82 0.72 0 0.13 232.46 0.73 0.51
Hex 27 3E DE 52 48 0 D E8 49 33
Octal 47 76 336 122 110 0 15 350 111 63
Binary 100111 111110 11011110 1010010 1001000 0 1101 11101000 1001001 110011

Color Harmonies of #273EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273EDE

Black with #273EDE

Text Example


Text Example

White with #273EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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