Html Css Color HEX #215068 Arapawa

📋 copy color: '#215068'

red 33 ◦ green 80 ◦ blue 104

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

Shades of Arapawa #215068

Tints of Arapawa #215068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

 BLUE value IS 104 (41.02% from 255) = 47.93%

R = 15.21%
G = 36.87%
B = 47.93%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#215068 (or 0x215068) is known color: Arapawa. HEX triplet: 21, 50 and 68. RGB value is (33,80,104). Sum of RGB (Red+Green+Blue) = 33+80+104=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #215068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215068 is #DEAF97. Grayscale: #444444. Windows color (decimal): -14593944 or 6836257. OLE color: 6836257.

HSL color Cylindrical-coordinate representation of color #215068: hue angle of 200.28º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215068 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 80 104 -
CMYK 0.68 0.23 0 0.59
HSL 200.28º 0.52% 0.27% -
HSV(B) 200.28º 0.68% 0.41% -
XYZ 5.99 7.06 14.14 -
YUV 68.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 33 80 104 0.68 0.23 0 0.59 200.28 0.52 0.27
Hex 21 50 68 44 17 0 3B C8 34 1B
Octal 41 120 150 104 27 0 73 310 64 33
Binary 100001 1010000 1101000 1000100 10111 0 111011 11001000 110100 11011

Color Harmonies of #215068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215068

Black with #215068

Text Example


Text Example

White with #215068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215068; }

 p { color: rgb(33,80,104); }

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

background-color css

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

 a { background-color: rgb(33,80,104); }

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

border-color css

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

 span { border-color: rgb(33,80,104); }

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