Html Css Color HEX #215E69 Orient

📋 copy color: '#215E69'

red 33 ◦ green 94 ◦ blue 105

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

Shades of Orient #215E69

Tints of Orient #215E69

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.52%

 BLUE value IS 105 (41.41% from 255) = 45.26%

R = 14.22%
G = 40.52%
B = 45.26%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#215E69 (or 0x215E69) is known color: Orient. HEX triplet: 21, 5E and 69. RGB value is (33,94,105). Sum of RGB (Red+Green+Blue) = 33+94+105=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #215E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E69 is #DEA196. Grayscale: #4C4C4C. Windows color (decimal): -14590359 or 6905377. OLE color: 6905377.

HSL color Cylindrical-coordinate representation of color #215E69: hue angle of 189.17º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #215E69 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 94 105 -
CMYK 0.69 0.10 0 0.59
HSL 189.17º 0.52% 0.27% -
HSV(B) 189.17º 0.69% 0.41% -
XYZ 7.18 9.35 14.79 -
YUV 77.02 143.79 96.61 -
System Red Green Blue C M Y K H S L
Decimal 33 94 105 0.69 0.10 0 0.59 189.17 0.52 0.27
Hex 21 5E 69 45 A 0 3B BD 34 1B
Octal 41 136 151 105 12 0 73 275 64 33
Binary 100001 1011110 1101001 1000101 1010 0 111011 10111101 110100 11011

Color Harmonies of #215E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E69

Black with #215E69

Text Example


Text Example

White with #215E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,94,105); }

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

background-color css

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

 a { background-color: rgb(33,94,105); }

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

border-color css

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

 span { border-color: rgb(33,94,105); }

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