Html Css Color HEX #215474 Orient

📋 copy color: '#215474'

red 33 ◦ green 84 ◦ blue 116

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

Shades of Orient #215474

Tints of Orient #215474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.05%

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

R = 14.16%
G = 36.05%
B = 49.79%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215474 (or 0x215474) is known color: Orient. HEX triplet: 21, 54 and 74. RGB value is (33,84,116). Sum of RGB (Red+Green+Blue) = 33+84+116=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #215474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215474 is #DEAB8B. Grayscale: #484848. Windows color (decimal): -14592908 or 7623713. OLE color: 7623713.

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

Color convert

RGB 33 84 116 -
CMYK 0.72 0.28 0 0.55
HSL 203.13º 0.56% 0.29% -
HSV(B) 203.13º 0.72% 0.45% -
XYZ 6.95 7.92 17.69 -
YUV 72.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 33 84 116 0.72 0.28 0 0.55 203.13 0.56 0.29
Hex 21 54 74 48 1C 0 37 CB 38 1D
Octal 41 124 164 110 34 0 67 313 70 35
Binary 100001 1010100 1110100 1001000 11100 0 110111 11001011 111000 11101

Color Harmonies of #215474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215474

Black with #215474

Text Example


Text Example

White with #215474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215474; }

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

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

background-color css

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

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

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

border-color css

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

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

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