Html Css Color HEX #255065 Arapawa

📋 copy color: '#255065'

red 37 ◦ green 80 ◦ blue 101

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

Shades of Arapawa #255065

Tints of Arapawa #255065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

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

R = 16.97%
G = 36.7%
B = 46.33%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#255065 (or 0x255065) is known color: Arapawa. HEX triplet: 25, 50 and 65. RGB value is (37,80,101). Sum of RGB (Red+Green+Blue) = 37+80+101=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #255065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255065 is #DAAF9A. Grayscale: #454545. Windows color (decimal): -14331803 or 6639653. OLE color: 6639653.

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

Color convert

RGB 37 80 101 -
CMYK 0.63 0.21 0 0.60
HSL 199.69º 0.46% 0.27% -
HSV(B) 199.69º 0.63% 0.4% -
XYZ 5.98 7.07 13.36 -
YUV 69.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 37 80 101 0.63 0.21 0 0.60 199.69 0.46 0.27
Hex 25 50 65 3F 15 0 3C C8 2E 1B
Octal 45 120 145 77 25 0 74 310 56 33
Binary 100101 1010000 1100101 111111 10101 0 111100 11001000 101110 11011

Color Harmonies of #255065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255065

Black with #255065

Text Example


Text Example

White with #255065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255065; }

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

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

background-color css

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

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

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

border-color css

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

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

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