Html Css Color HEX #215874 Orient

📋 copy color: '#215874'

red 33 ◦ green 88 ◦ blue 116

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

Shades of Orient #215874

Tints of Orient #215874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.13%

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

R = 13.92%
G = 37.13%
B = 48.95%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215874 (or 0x215874) is known color: Orient. HEX triplet: 21, 58 and 74. RGB value is (33,88,116). Sum of RGB (Red+Green+Blue) = 33+88+116=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #215874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215874 is #DEA78B. Grayscale: #4A4A4A. Windows color (decimal): -14591884 or 7624737. OLE color: 7624737.

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

Color convert

RGB 33 88 116 -
CMYK 0.72 0.24 0 0.55
HSL 200.24º 0.56% 0.29% -
HSV(B) 200.24º 0.72% 0.45% -
XYZ 7.27 8.56 17.79 -
YUV 74.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 33 88 116 0.72 0.24 0 0.55 200.24 0.56 0.29
Hex 21 58 74 48 18 0 37 C8 38 1D
Octal 41 130 164 110 30 0 67 310 70 35
Binary 100001 1011000 1110100 1001000 11000 0 110111 11001000 111000 11101

Color Harmonies of #215874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215874

Black with #215874

Text Example


Text Example

White with #215874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215874; }

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

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

background-color css

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

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

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

border-color css

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

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

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