Html Css Color HEX #215764 Arapawa

📋 copy color: '#215764'

red 33 ◦ green 87 ◦ blue 100

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

Shades of Arapawa #215764

Tints of Arapawa #215764

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.55%

 BLUE value IS 100 (39.45% from 255) = 45.45%

R = 15%
G = 39.55%
B = 45.45%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#215764 (or 0x215764) is known color: Arapawa. HEX triplet: 21, 57 and 64. RGB value is (33,87,100). Sum of RGB (Red+Green+Blue) = 33+87+100=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #215764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215764 is #DEA89B. Grayscale: #484848. Windows color (decimal): -14592156 or 6575905. OLE color: 6575905.

HSL color Cylindrical-coordinate representation of color #215764: hue angle of 191.64º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215764 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 87 100 -
CMYK 0.67 0.13 0 0.61
HSL 191.64º 0.5% 0.26% -
HSV(B) 191.64º 0.67% 0.39% -
XYZ 6.34 8.06 13.28 -
YUV 72.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 33 87 100 0.67 0.13 0 0.61 191.64 0.5 0.26
Hex 21 57 64 43 D 0 3D C0 32 1A
Octal 41 127 144 103 15 0 75 300 62 32
Binary 100001 1010111 1100100 1000011 1101 0 111101 11000000 110010 11010

Color Harmonies of #215764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215764

Black with #215764

Text Example


Text Example

White with #215764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215764; }

 p { color: rgb(33,87,100); }

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

background-color css

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

 a { background-color: rgb(33,87,100); }

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

border-color css

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

 span { border-color: rgb(33,87,100); }

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