Html Css Color HEX #285362 Arapawa

📋 copy color: '#285362'

red 40 ◦ green 83 ◦ blue 98

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

Shades of Arapawa #285362

Tints of Arapawa #285362

RGB

 RED value IS 40 (16.02% from 255) = 18.1%

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

 BLUE value IS 98 (38.67% from 255) = 44.34%

R = 18.1%
G = 37.56%
B = 44.34%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#285362 (or 0x285362) is known color: Arapawa. HEX triplet: 28, 53 and 62. RGB value is (40,83,98). Sum of RGB (Red+Green+Blue) = 40+83+98=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #285362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285362 is #D7AC9D. Grayscale: #474747. Windows color (decimal): -14134430 or 6443816. OLE color: 6443816.

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

Color convert

RGB 40 83 98 -
CMYK 0.59 0.15 0 0.62
HSL 195.52º 0.42% 0.27% -
HSV(B) 195.52º 0.59% 0.38% -
XYZ 6.17 7.52 12.68 -
YUV 71.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 40 83 98 0.59 0.15 0 0.62 195.52 0.42 0.27
Hex 28 53 62 3B F 0 3E C4 2A 1B
Octal 50 123 142 73 17 0 76 304 52 33
Binary 101000 1010011 1100010 111011 1111 0 111110 11000100 101010 11011

Color Harmonies of #285362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285362

Black with #285362

Text Example


Text Example

White with #285362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285362; }

 p { color: rgb(40,83,98); }

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

background-color css

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

 a { background-color: rgb(40,83,98); }

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

border-color css

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

 span { border-color: rgb(40,83,98); }

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