Html Css Color HEX #255165 Arapawa

📋 copy color: '#255165'

red 37 ◦ green 81 ◦ blue 101

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

Shades of Arapawa #255165

Tints of Arapawa #255165

RGB

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

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

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

R = 16.89%
G = 36.99%
B = 46.12%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#255165 (or 0x255165) is known color: Arapawa. HEX triplet: 25, 51 and 65. RGB value is (37,81,101). Sum of RGB (Red+Green+Blue) = 37+81+101=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #255165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255165 is #DAAE9A. Grayscale: #464646. Windows color (decimal): -14331547 or 6639909. OLE color: 6639909.

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

Color convert

RGB 37 81 101 -
CMYK 0.63 0.20 0 0.60
HSL 198.75º 0.46% 0.27% -
HSV(B) 198.75º 0.63% 0.4% -
XYZ 6.05 7.22 13.39 -
YUV 70.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 37 81 101 0.63 0.20 0 0.60 198.75 0.46 0.27
Hex 25 51 65 3F 14 0 3C C7 2E 1B
Octal 45 121 145 77 24 0 74 307 56 33
Binary 100101 1010001 1100101 111111 10100 0 111100 11000111 101110 11011

Color Harmonies of #255165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255165

Black with #255165

Text Example


Text Example

White with #255165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255165; }

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

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

background-color css

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

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

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

border-color css

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

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

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