Html Css Color HEX #215F74 Orient

📋 copy color: '#215F74'

red 33 ◦ green 95 ◦ blue 116

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

Shades of Orient #215F74

Tints of Orient #215F74

RGB

 RED value IS 33 (13.28% from 255) = 13.52%

 GREEN value IS 95 (37.5% from 255) = 38.93%

 BLUE value IS 116 (45.7% from 255) = 47.54%

R = 13.52%
G = 38.93%
B = 47.54%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215F74 (or 0x215F74) is known color: Orient. HEX triplet: 21, 5F and 74. RGB value is (33,95,116). Sum of RGB (Red+Green+Blue) = 33+95+116=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #215F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F74 is #DEA08B. Grayscale: #4E4E4E. Windows color (decimal): -14590092 or 7626529. OLE color: 7626529.

HSL color Cylindrical-coordinate representation of color #215F74: hue angle of 195.18º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #215F74 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 95 116 -
CMYK 0.72 0.18 0 0.55
HSL 195.18º 0.56% 0.29% -
HSV(B) 195.18º 0.72% 0.45% -
XYZ 7.87 9.77 17.99 -
YUV 78.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 33 95 116 0.72 0.18 0 0.55 195.18 0.56 0.29
Hex 21 5F 74 48 12 0 37 C3 38 1D
Octal 41 137 164 110 22 0 67 303 70 35
Binary 100001 1011111 1110100 1001000 10010 0 110111 11000011 111000 11101

Color Harmonies of #215F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215F74

Black with #215F74

Text Example


Text Example

White with #215F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215F74; }

 p { color: rgb(33,95,116); }

 H1.HeaderClassName
 {
   color: #215F74;
 }
 .AnyTagClassName
 {
   color: #215F74;
 }
</style>

background-color css

<style>
 a { background-color: #215F74; }

 a { background-color: rgb(33,95,116); }

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

border-color css

<style>
 span { border-color: #215F74; }

 span { border-color: rgb(33,95,116); }

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