Html Css Color HEX #215574 Orient

📋 copy color: '#215574'

red 33 ◦ green 85 ◦ blue 116

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

Shades of Orient #215574

Tints of Orient #215574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.32%

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

R = 14.1%
G = 36.32%
B = 49.57%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215574 (or 0x215574) is known color: Orient. HEX triplet: 21, 55 and 74. RGB value is (33,85,116). Sum of RGB (Red+Green+Blue) = 33+85+116=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #215574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215574 is #DEAA8B. Grayscale: #484848. Windows color (decimal): -14592652 or 7623969. OLE color: 7623969.

HSL color Cylindrical-coordinate representation of color #215574: hue angle of 202.41º 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 #215574 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 85 116 -
CMYK 0.72 0.27 0 0.55
HSL 202.41º 0.56% 0.29% -
HSV(B) 202.41º 0.72% 0.45% -
XYZ 7.03 8.08 17.71 -
YUV 72.99 152.27 99.48 -
System Red Green Blue C M Y K H S L
Decimal 33 85 116 0.72 0.27 0 0.55 202.41 0.56 0.29
Hex 21 55 74 48 1B 0 37 CA 38 1D
Octal 41 125 164 110 33 0 67 312 70 35
Binary 100001 1010101 1110100 1001000 11011 0 110111 11001010 111000 11101

Color Harmonies of #215574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215574

Black with #215574

Text Example


Text Example

White with #215574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215574; }

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

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

background-color css

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

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

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

border-color css

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

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

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