Html Css Color HEX #215264 Arapawa

📋 copy color: '#215264'

red 33 ◦ green 82 ◦ blue 100

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

Shades of Arapawa #215264

Tints of Arapawa #215264

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.14%

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

R = 15.35%
G = 38.14%
B = 46.51%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#215264 (or 0x215264) is known color: Arapawa. HEX triplet: 21, 52 and 64. RGB value is (33,82,100). Sum of RGB (Red+Green+Blue) = 33+82+100=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 100 - color contains mainly: blue. Hex color #215264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215264 is #DEAD9B. Grayscale: #454545. Windows color (decimal): -14593436 or 6574625. OLE color: 6574625.

HSL color Cylindrical-coordinate representation of color #215264: hue angle of 196.12º 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 #215264 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 82 100 -
CMYK 0.67 0.18 0 0.61
HSL 196.12º 0.5% 0.26% -
HSV(B) 196.12º 0.67% 0.39% -
XYZ 5.94 7.28 13.15 -
YUV 69.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 33 82 100 0.67 0.18 0 0.61 196.12 0.5 0.26
Hex 21 52 64 43 12 0 3D C4 32 1A
Octal 41 122 144 103 22 0 75 304 62 32
Binary 100001 1010010 1100100 1000011 10010 0 111101 11000100 110010 11010

Color Harmonies of #215264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215264

Black with #215264

Text Example


Text Example

White with #215264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215264; }

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

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

background-color css

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

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

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

border-color css

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

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

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