Html Css Color HEX #245063 Arapawa

📋 copy color: '#245063'

red 36 ◦ green 80 ◦ blue 99

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

Shades of Arapawa #245063

Tints of Arapawa #245063

RGB

 RED value IS 36 (14.45% from 255) = 16.74%

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

 BLUE value IS 99 (39.06% from 255) = 46.05%

R = 16.74%
G = 37.21%
B = 46.05%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#245063 (or 0x245063) is known color: Arapawa. HEX triplet: 24, 50 and 63. RGB value is (36,80,99). Sum of RGB (Red+Green+Blue) = 36+80+99=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #245063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245063 is #DBAF9C. Grayscale: #444444. Windows color (decimal): -14397341 or 6508580. OLE color: 6508580.

HSL color Cylindrical-coordinate representation of color #245063: hue angle of 198.1º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245063 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 36 80 99 -
CMYK 0.64 0.19 0 0.61
HSL 198.1º 0.47% 0.26% -
HSV(B) 198.1º 0.64% 0.39% -
XYZ 5.85 7.01 12.85 -
YUV 69.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 36 80 99 0.64 0.19 0 0.61 198.1 0.47 0.26
Hex 24 50 63 40 13 0 3D C6 2F 1A
Octal 44 120 143 100 23 0 75 306 57 32
Binary 100100 1010000 1100011 1000000 10011 0 111101 11000110 101111 11010

Color Harmonies of #245063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245063

Black with #245063

Text Example


Text Example

White with #245063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245063; }

 p { color: rgb(36,80,99); }

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

background-color css

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

 a { background-color: rgb(36,80,99); }

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

border-color css

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

 span { border-color: rgb(36,80,99); }

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