Html Css Color HEX #255464 Arapawa

📋 copy color: '#255464'

red 37 ◦ green 84 ◦ blue 100

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

Shades of Arapawa #255464

Tints of Arapawa #255464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.01%

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

R = 16.74%
G = 38.01%
B = 45.25%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#255464 (or 0x255464) is known color: Arapawa. HEX triplet: 25, 54 and 64. RGB value is (37,84,100). Sum of RGB (Red+Green+Blue) = 37+84+100=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #255464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255464 is #DAAB9B. Grayscale: #474747. Windows color (decimal): -14330780 or 6575141. OLE color: 6575141.

HSL color Cylindrical-coordinate representation of color #255464: hue angle of 195.24º 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 #255464 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 84 100 -
CMYK 0.63 0.16 0 0.61
HSL 195.24º 0.46% 0.27% -
HSV(B) 195.24º 0.63% 0.39% -
XYZ 6.23 7.65 13.21 -
YUV 71.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 37 84 100 0.63 0.16 0 0.61 195.24 0.46 0.27
Hex 25 54 64 3F 10 0 3D C3 2E 1B
Octal 45 124 144 77 20 0 75 303 56 33
Binary 100101 1010100 1100100 111111 10000 0 111101 11000011 101110 11011

Color Harmonies of #255464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255464

Black with #255464

Text Example


Text Example

White with #255464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255464; }

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

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

background-color css

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

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

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

border-color css

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

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

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