Html Css Color HEX #215B6B Orient

📋 copy color: '#215B6B'

red 33 ◦ green 91 ◦ blue 107

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

Shades of Orient #215B6B

Tints of Orient #215B6B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.39%

 BLUE value IS 107 (42.19% from 255) = 46.32%

R = 14.29%
G = 39.39%
B = 46.32%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#215B6B (or 0x215B6B) is known color: Orient. HEX triplet: 21, 5B and 6B. RGB value is (33,91,107). Sum of RGB (Red+Green+Blue) = 33+91+107=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #215B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B6B is #DEA494. Grayscale: #4B4B4B. Windows color (decimal): -14591125 or 7035681. OLE color: 7035681.

HSL color Cylindrical-coordinate representation of color #215B6B: hue angle of 192.97º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #215B6B is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 91 107 -
CMYK 0.69 0.15 0 0.58
HSL 192.97º 0.53% 0.27% -
HSV(B) 192.97º 0.69% 0.42% -
XYZ 7.02 8.87 15.25 -
YUV 75.48 145.78 97.7 -
System Red Green Blue C M Y K H S L
Decimal 33 91 107 0.69 0.15 0 0.58 192.97 0.53 0.27
Hex 21 5B 6B 45 F 0 3A C1 35 1B
Octal 41 133 153 105 17 0 72 301 65 33
Binary 100001 1011011 1101011 1000101 1111 0 111010 11000001 110101 11011

Color Harmonies of #215B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215B6B

Black with #215B6B

Text Example


Text Example

White with #215B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,91,107); }

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

background-color css

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

 a { background-color: rgb(33,91,107); }

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

border-color css

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

 span { border-color: rgb(33,91,107); }

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