Html Css Color HEX #255263 Arapawa

📋 copy color: '#255263'

red 37 ◦ green 82 ◦ blue 99

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

Shades of Arapawa #255263

Tints of Arapawa #255263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.61%

 BLUE value IS 99 (39.06% from 255) = 45.41%

R = 16.97%
G = 37.61%
B = 45.41%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#255263 (or 0x255263) is known color: Arapawa. HEX triplet: 25, 52 and 63. RGB value is (37,82,99). Sum of RGB (Red+Green+Blue) = 37+82+99=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #255263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255263 is #DAAD9C. Grayscale: #464646. Windows color (decimal): -14331293 or 6509093. OLE color: 6509093.

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

Color convert

RGB 37 82 99 -
CMYK 0.63 0.17 0 0.61
HSL 196.45º 0.46% 0.27% -
HSV(B) 196.45º 0.63% 0.39% -
XYZ 6.03 7.33 12.9 -
YUV 70.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 37 82 99 0.63 0.17 0 0.61 196.45 0.46 0.27
Hex 25 52 63 3F 11 0 3D C4 2E 1B
Octal 45 122 143 77 21 0 75 304 56 33
Binary 100101 1010010 1100011 111111 10001 0 111101 11000100 101110 11011

Color Harmonies of #255263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255263

Black with #255263

Text Example


Text Example

White with #255263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255263; }

 p { color: rgb(37,82,99); }

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

background-color css

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

 a { background-color: rgb(37,82,99); }

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

border-color css

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

 span { border-color: rgb(37,82,99); }

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