Html Css Color HEX #255164 Arapawa

📋 copy color: '#255164'

red 37 ◦ green 81 ◦ blue 100

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

Shades of Arapawa #255164

Tints of Arapawa #255164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

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

R = 16.97%
G = 37.16%
B = 45.87%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#255164 (or 0x255164) is known color: Arapawa. HEX triplet: 25, 51 and 64. RGB value is (37,81,100). Sum of RGB (Red+Green+Blue) = 37+81+100=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #255164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255164 is #DAAE9B. Grayscale: #454545. Windows color (decimal): -14331548 or 6574373. OLE color: 6574373.

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

Color convert

RGB 37 81 100 -
CMYK 0.63 0.19 0 0.61
HSL 198.1º 0.46% 0.27% -
HSV(B) 198.1º 0.63% 0.39% -
XYZ 6.01 7.2 13.13 -
YUV 70.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 37 81 100 0.63 0.19 0 0.61 198.1 0.46 0.27
Hex 25 51 64 3F 13 0 3D C6 2E 1B
Octal 45 121 144 77 23 0 75 306 56 33
Binary 100101 1010001 1100100 111111 10011 0 111101 11000110 101110 11011

Color Harmonies of #255164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255164

Black with #255164

Text Example


Text Example

White with #255164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255164; }

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

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

background-color css

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

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

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

border-color css

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

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

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