Html Css Color HEX #215E7D Orient

📋 copy color: '#215E7D'

red 33 ◦ green 94 ◦ blue 125

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

Shades of Orient #215E7D

Tints of Orient #215E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.6%

R = 13.1%
G = 37.3%
B = 49.6%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#215E7D (or 0x215E7D) is known color: Orient. HEX triplet: 21, 5E and 7D. RGB value is (33,94,125). Sum of RGB (Red+Green+Blue) = 33+94+125=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #215E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E7D is #DEA182. Grayscale: #4F4F4F. Windows color (decimal): -14590339 or 8216097. OLE color: 8216097.

HSL color Cylindrical-coordinate representation of color #215E7D: hue angle of 200.22º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #215E7D is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 94 125 -
CMYK 0.74 0.25 0 0.51
HSL 200.22º 0.58% 0.31% -
HSV(B) 200.22º 0.74% 0.49% -
XYZ 8.33 9.81 20.86 -
YUV 79.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 33 94 125 0.74 0.25 0 0.51 200.22 0.58 0.31
Hex 21 5E 7D 4A 19 0 33 C8 3A 1F
Octal 41 136 175 112 31 0 63 310 72 37
Binary 100001 1011110 1111101 1001010 11001 0 110011 11001000 111010 11111

Color Harmonies of #215E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E7D

Black with #215E7D

Text Example


Text Example

White with #215E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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