Html Css Color HEX #215372 Orient

📋 copy color: '#215372'

red 33 ◦ green 83 ◦ blue 114

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

Shades of Orient #215372

Tints of Orient #215372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.09%

 BLUE value IS 114 (44.92% from 255) = 49.57%

R = 14.35%
G = 36.09%
B = 49.57%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215372 (or 0x215372) is known color: Orient. HEX triplet: 21, 53 and 72. RGB value is (33,83,114). Sum of RGB (Red+Green+Blue) = 33+83+114=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #215372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215372 is #DEAC8D. Grayscale: #474747. Windows color (decimal): -14593166 or 7492385. OLE color: 7492385.

HSL color Cylindrical-coordinate representation of color #215372: hue angle of 202.96º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #215372 is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 83 114 -
CMYK 0.71 0.27 0 0.55
HSL 202.96º 0.55% 0.29% -
HSV(B) 202.96º 0.71% 0.45% -
XYZ 6.76 7.72 17.05 -
YUV 71.58 151.94 100.48 -
System Red Green Blue C M Y K H S L
Decimal 33 83 114 0.71 0.27 0 0.55 202.96 0.55 0.29
Hex 21 53 72 47 1B 0 37 CB 37 1D
Octal 41 123 162 107 33 0 67 313 67 35
Binary 100001 1010011 1110010 1000111 11011 0 110111 11001011 110111 11101

Color Harmonies of #215372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215372

Black with #215372

Text Example


Text Example

White with #215372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215372; }

 p { color: rgb(33,83,114); }

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

background-color css

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

 a { background-color: rgb(33,83,114); }

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

border-color css

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

 span { border-color: rgb(33,83,114); }

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