Html Css Color HEX #215F72 Orient

📋 copy color: '#215F72'

red 33 ◦ green 95 ◦ blue 114

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

Shades of Orient #215F72

Tints of Orient #215F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.11%

R = 13.64%
G = 39.26%
B = 47.11%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215F72 (or 0x215F72) is known color: Orient. HEX triplet: 21, 5F and 72. RGB value is (33,95,114). Sum of RGB (Red+Green+Blue) = 33+95+114=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #215F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F72 is #DEA08D. Grayscale: #4E4E4E. Windows color (decimal): -14590094 or 7495457. OLE color: 7495457.

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

Color convert

RGB 33 95 114 -
CMYK 0.71 0.17 0 0.55
HSL 194.07º 0.55% 0.29% -
HSV(B) 194.07º 0.71% 0.45% -
XYZ 7.76 9.72 17.39 -
YUV 78.63 147.96 95.46 -
System Red Green Blue C M Y K H S L
Decimal 33 95 114 0.71 0.17 0 0.55 194.07 0.55 0.29
Hex 21 5F 72 47 11 0 37 C2 37 1D
Octal 41 137 162 107 21 0 67 302 67 35
Binary 100001 1011111 1110010 1000111 10001 0 110111 11000010 110111 11101

Color Harmonies of #215F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215F72

Black with #215F72

Text Example


Text Example

White with #215F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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