Html Css Color HEX #215174 Orient

📋 copy color: '#215174'

red 33 ◦ green 81 ◦ blue 116

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

Shades of Orient #215174

Tints of Orient #215174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.22%

 BLUE value IS 116 (45.7% from 255) = 50.43%

R = 14.35%
G = 35.22%
B = 50.43%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215174 (or 0x215174) is known color: Orient. HEX triplet: 21, 51 and 74. RGB value is (33,81,116). Sum of RGB (Red+Green+Blue) = 33+81+116=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #215174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215174 is #DEAE8B. Grayscale: #464646. Windows color (decimal): -14593676 or 7622945. OLE color: 7622945.

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

Color convert

RGB 33 81 116 -
CMYK 0.72 0.30 0 0.55
HSL 205.3º 0.56% 0.29% -
HSV(B) 205.3º 0.72% 0.45% -
XYZ 6.72 7.47 17.61 -
YUV 70.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 33 81 116 0.72 0.30 0 0.55 205.3 0.56 0.29
Hex 21 51 74 48 1E 0 37 CD 38 1D
Octal 41 121 164 110 36 0 67 315 70 35
Binary 100001 1010001 1110100 1001000 11110 0 110111 11001101 111000 11101

Color Harmonies of #215174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215174

Black with #215174

Text Example


Text Example

White with #215174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215174; }

 p { color: rgb(33,81,116); }

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

background-color css

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

 a { background-color: rgb(33,81,116); }

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

border-color css

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

 span { border-color: rgb(33,81,116); }

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