Html Css Color HEX #215E7B Orient

📋 copy color: '#215E7B'

red 33 ◦ green 94 ◦ blue 123

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

Shades of Orient #215E7B

Tints of Orient #215E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 49.2%

R = 13.2%
G = 37.6%
B = 49.2%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#215E7B (or 0x215E7B) is known color: Orient. HEX triplet: 21, 5E and 7B. RGB value is (33,94,123). Sum of RGB (Red+Green+Blue) = 33+94+123=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #215E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E7B is #DEA184. Grayscale: #4E4E4E. Windows color (decimal): -14590341 or 8085025. OLE color: 8085025.

HSL color Cylindrical-coordinate representation of color #215E7B: hue angle of 199.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #215E7B is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 94 123 -
CMYK 0.73 0.24 0 0.52
HSL 199.33º 0.58% 0.31% -
HSV(B) 199.33º 0.73% 0.48% -
XYZ 8.21 9.76 20.19 -
YUV 79.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 33 94 123 0.73 0.24 0 0.52 199.33 0.58 0.31
Hex 21 5E 7B 49 18 0 34 C7 3A 1F
Octal 41 136 173 111 30 0 64 307 72 37
Binary 100001 1011110 1111011 1001001 11000 0 110100 11000111 111010 11111

Color Harmonies of #215E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E7B

Black with #215E7B

Text Example


Text Example

White with #215E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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