Html Css Color HEX #215D74 Orient

📋 copy color: '#215D74'

red 33 ◦ green 93 ◦ blue 116

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

Shades of Orient #215D74

Tints of Orient #215D74

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.43%

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

R = 13.64%
G = 38.43%
B = 47.93%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215D74 (or 0x215D74) is known color: Orient. HEX triplet: 21, 5D and 74. RGB value is (33,93,116). Sum of RGB (Red+Green+Blue) = 33+93+116=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #215D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D74 is #DEA28B. Grayscale: #4D4D4D. Windows color (decimal): -14590604 or 7626017. OLE color: 7626017.

HSL color Cylindrical-coordinate representation of color #215D74: hue angle of 196.63º 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 #215D74 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 93 116 -
CMYK 0.72 0.20 0 0.55
HSL 196.63º 0.56% 0.29% -
HSV(B) 196.63º 0.72% 0.45% -
XYZ 7.69 9.41 17.93 -
YUV 77.68 149.62 96.13 -
System Red Green Blue C M Y K H S L
Decimal 33 93 116 0.72 0.20 0 0.55 196.63 0.56 0.29
Hex 21 5D 74 48 14 0 37 C5 38 1D
Octal 41 135 164 110 24 0 67 305 70 35
Binary 100001 1011101 1110100 1001000 10100 0 110111 11000101 111000 11101

Color Harmonies of #215D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D74

Black with #215D74

Text Example


Text Example

White with #215D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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