Html Css Color HEX #205367 Arapawa

📋 copy color: '#205367'

red 32 ◦ green 83 ◦ blue 103

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

Shades of Arapawa #205367

Tints of Arapawa #205367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.07%

 BLUE value IS 103 (40.63% from 255) = 47.25%

R = 14.68%
G = 38.07%
B = 47.25%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#205367 (or 0x205367) is known color: Arapawa. HEX triplet: 20, 53 and 67. RGB value is (32,83,103). Sum of RGB (Red+Green+Blue) = 32+83+103=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #205367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205367 is #DFAC98. Grayscale: #454545. Windows color (decimal): -14658713 or 6771488. OLE color: 6771488.

HSL color Cylindrical-coordinate representation of color #205367: hue angle of 196.9º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #205367 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 32 83 103 -
CMYK 0.69 0.19 0 0.60
HSL 196.9º 0.53% 0.26% -
HSV(B) 196.9º 0.69% 0.4% -
XYZ 6.14 7.47 13.95 -
YUV 70.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 32 83 103 0.69 0.19 0 0.60 196.9 0.53 0.26
Hex 20 53 67 45 13 0 3C C5 35 1A
Octal 40 123 147 105 23 0 74 305 65 32
Binary 100000 1010011 1100111 1000101 10011 0 111100 11000101 110101 11010

Color Harmonies of #205367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205367

Black with #205367

Text Example


Text Example

White with #205367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205367; }

 p { color: rgb(32,83,103); }

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

background-color css

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

 a { background-color: rgb(32,83,103); }

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

border-color css

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

 span { border-color: rgb(32,83,103); }

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