Html Css Color HEX #204968 Arapawa

📋 copy color: '#204968'

red 32 ◦ green 73 ◦ blue 104

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

Shades of Arapawa #204968

Tints of Arapawa #204968

RGB

 RED value IS 32 (12.89% from 255) = 15.31%

 GREEN value IS 73 (28.91% from 255) = 34.93%

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

R = 15.31%
G = 34.93%
B = 49.76%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#204968 (or 0x204968) is known color: Arapawa. HEX triplet: 20, 49 and 68. RGB value is (32,73,104). Sum of RGB (Red+Green+Blue) = 32+73+104=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #204968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204968 is #DFB697. Grayscale: #404040. Windows color (decimal): -14661272 or 6834464. OLE color: 6834464.

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

Color convert

RGB 32 73 104 -
CMYK 0.69 0.30 0 0.59
HSL 205.83º 0.53% 0.27% -
HSV(B) 205.83º 0.69% 0.41% -
XYZ 5.48 6.07 13.98 -
YUV 64.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 32 73 104 0.69 0.30 0 0.59 205.83 0.53 0.27
Hex 20 49 68 45 1E 0 3B CE 35 1B
Octal 40 111 150 105 36 0 73 316 65 33
Binary 100000 1001001 1101000 1000101 11110 0 111011 11001110 110101 11011

Color Harmonies of #204968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204968

Black with #204968

Text Example


Text Example

White with #204968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204968; }

 p { color: rgb(32,73,104); }

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

background-color css

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

 a { background-color: rgb(32,73,104); }

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

border-color css

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

 span { border-color: rgb(32,73,104); }

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