Html Css Color HEX #255564 Arapawa

📋 copy color: '#255564'

red 37 ◦ green 85 ◦ blue 100

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

Shades of Arapawa #255564

Tints of Arapawa #255564

RGB

 RED value IS 37 (14.84% from 255) = 16.67%

 GREEN value IS 85 (33.59% from 255) = 38.29%

 BLUE value IS 100 (39.45% from 255) = 45.05%

R = 16.67%
G = 38.29%
B = 45.05%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#255564 (or 0x255564) is known color: Arapawa. HEX triplet: 25, 55 and 64. RGB value is (37,85,100). Sum of RGB (Red+Green+Blue) = 37+85+100=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 100 - color contains mainly: blue. Hex color #255564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255564 is #DAAA9B. Grayscale: #484848. Windows color (decimal): -14330524 or 6575397. OLE color: 6575397.

HSL color Cylindrical-coordinate representation of color #255564: hue angle of 194.29º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255564 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 85 100 -
CMYK 0.63 0.15 0 0.61
HSL 194.29º 0.46% 0.27% -
HSV(B) 194.29º 0.63% 0.39% -
XYZ 6.31 7.81 13.23 -
YUV 72.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 37 85 100 0.63 0.15 0 0.61 194.29 0.46 0.27
Hex 25 55 64 3F F 0 3D C2 2E 1B
Octal 45 125 144 77 17 0 75 302 56 33
Binary 100101 1010101 1100100 111111 1111 0 111101 11000010 101110 11011

Color Harmonies of #255564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255564

Black with #255564

Text Example


Text Example

White with #255564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255564; }

 p { color: rgb(37,85,100); }

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

background-color css

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

 a { background-color: rgb(37,85,100); }

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

border-color css

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

 span { border-color: rgb(37,85,100); }

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