Html Css Color HEX #245365 Arapawa

📋 copy color: '#245365'

red 36 ◦ green 83 ◦ blue 101

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

Shades of Arapawa #245365

Tints of Arapawa #245365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.91%

R = 16.36%
G = 37.73%
B = 45.91%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#245365 (or 0x245365) is known color: Arapawa. HEX triplet: 24, 53 and 65. RGB value is (36,83,101). Sum of RGB (Red+Green+Blue) = 36+83+101=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #245365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245365 is #DBAC9A. Grayscale: #464646. Windows color (decimal): -14396571 or 6640420. OLE color: 6640420.

HSL color Cylindrical-coordinate representation of color #245365: hue angle of 196.62º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245365 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 83 101 -
CMYK 0.64 0.18 0 0.60
HSL 196.62º 0.47% 0.27% -
HSV(B) 196.62º 0.64% 0.4% -
XYZ 6.17 7.5 13.43 -
YUV 71 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 36 83 101 0.64 0.18 0 0.60 196.62 0.47 0.27
Hex 24 53 65 40 12 0 3C C5 2F 1B
Octal 44 123 145 100 22 0 74 305 57 33
Binary 100100 1010011 1100101 1000000 10010 0 111100 11000101 101111 11011

Color Harmonies of #245365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245365

Black with #245365

Text Example


Text Example

White with #245365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245365; }

 p { color: rgb(36,83,101); }

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

background-color css

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

 a { background-color: rgb(36,83,101); }

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

border-color css

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

 span { border-color: rgb(36,83,101); }

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