Html Css Color HEX #245061 Arapawa

📋 copy color: '#245061'

red 36 ◦ green 80 ◦ blue 97

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

Shades of Arapawa #245061

Tints of Arapawa #245061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.54%

R = 16.9%
G = 37.56%
B = 45.54%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#245061 (or 0x245061) is known color: Arapawa. HEX triplet: 24, 50 and 61. RGB value is (36,80,97). Sum of RGB (Red+Green+Blue) = 36+80+97=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #245061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245061 is #DBAF9E. Grayscale: #444444. Windows color (decimal): -14397343 or 6377508. OLE color: 6377508.

HSL color Cylindrical-coordinate representation of color #245061: hue angle of 196.72º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #245061 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 80 97 -
CMYK 0.63 0.18 0 0.62
HSL 196.72º 0.46% 0.26% -
HSV(B) 196.72º 0.63% 0.38% -
XYZ 5.75 6.98 12.35 -
YUV 68.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 36 80 97 0.63 0.18 0 0.62 196.72 0.46 0.26
Hex 24 50 61 3F 12 0 3E C5 2E 1A
Octal 44 120 141 77 22 0 76 305 56 32
Binary 100100 1010000 1100001 111111 10010 0 111110 11000101 101110 11010

Color Harmonies of #245061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245061

Black with #245061

Text Example


Text Example

White with #245061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245061; }

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

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

background-color css

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

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

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

border-color css

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

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

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