Html Css Color HEX #215260 Arapawa

📋 copy color: '#215260'

red 33 ◦ green 82 ◦ blue 96

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

Shades of Arapawa #215260

Tints of Arapawa #215260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.5%

R = 15.64%
G = 38.86%
B = 45.5%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#215260 (or 0x215260) is known color: Arapawa. HEX triplet: 21, 52 and 60. RGB value is (33,82,96). Sum of RGB (Red+Green+Blue) = 33+82+96=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #215260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215260 is #DEAD9F. Grayscale: #444444. Windows color (decimal): -14593440 or 6312481. OLE color: 6312481.

HSL color Cylindrical-coordinate representation of color #215260: hue angle of 193.33º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #215260 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 82 96 -
CMYK 0.66 0.15 0 0.62
HSL 193.33º 0.49% 0.25% -
HSV(B) 193.33º 0.66% 0.38% -
XYZ 5.76 7.2 12.15 -
YUV 68.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 33 82 96 0.66 0.15 0 0.62 193.33 0.49 0.25
Hex 21 52 60 42 F 0 3E C1 31 19
Octal 41 122 140 102 17 0 76 301 61 31
Binary 100001 1010010 1100000 1000010 1111 0 111110 11000001 110001 11001

Color Harmonies of #215260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215260

Black with #215260

Text Example


Text Example

White with #215260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215260; }

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

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

background-color css

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

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

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

border-color css

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

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

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