Html Css Color HEX #214C6C Arapawa

📋 copy color: '#214C6C'

red 33 ◦ green 76 ◦ blue 108

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

Shades of Arapawa #214C6C

Tints of Arapawa #214C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.02%

 BLUE value IS 108 (42.58% from 255) = 49.77%

R = 15.21%
G = 35.02%
B = 49.77%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#214C6C (or 0x214C6C) is known color: Arapawa. HEX triplet: 21, 4C and 6C. RGB value is (33,76,108). Sum of RGB (Red+Green+Blue) = 33+76+108=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #214C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C6C is #DEB393. Grayscale: #424242. Windows color (decimal): -14594964 or 7097377. OLE color: 7097377.

HSL color Cylindrical-coordinate representation of color #214C6C: hue angle of 205.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #214C6C is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 76 108 -
CMYK 0.69 0.30 0 0.58
HSL 205.6º 0.53% 0.28% -
HSV(B) 205.6º 0.69% 0.42% -
XYZ 5.92 6.57 15.14 -
YUV 66.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 33 76 108 0.69 0.30 0 0.58 205.6 0.53 0.28
Hex 21 4C 6C 45 1E 0 3A CE 35 1C
Octal 41 114 154 105 36 0 72 316 65 34
Binary 100001 1001100 1101100 1000101 11110 0 111010 11001110 110101 11100

Color Harmonies of #214C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C6C

Black with #214C6C

Text Example


Text Example

White with #214C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214C6C; }

 p { color: rgb(33,76,108); }

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

background-color css

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

 a { background-color: rgb(33,76,108); }

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

border-color css

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

 span { border-color: rgb(33,76,108); }

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