Html Css Color HEX #255463 Arapawa

📋 copy color: '#255463'

red 37 ◦ green 84 ◦ blue 99

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

Shades of Arapawa #255463

Tints of Arapawa #255463

RGB

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

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

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

R = 16.82%
G = 38.18%
B = 45%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#255463 (or 0x255463) is known color: Arapawa. HEX triplet: 25, 54 and 63. RGB value is (37,84,99). Sum of RGB (Red+Green+Blue) = 37+84+99=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #255463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255463 is #DAAB9C. Grayscale: #474747. Windows color (decimal): -14330781 or 6509605. OLE color: 6509605.

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

Color convert

RGB 37 84 99 -
CMYK 0.63 0.15 0 0.61
HSL 194.52º 0.46% 0.27% -
HSV(B) 194.52º 0.63% 0.39% -
XYZ 6.19 7.63 12.95 -
YUV 71.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 37 84 99 0.63 0.15 0 0.61 194.52 0.46 0.27
Hex 25 54 63 3F F 0 3D C3 2E 1B
Octal 45 124 143 77 17 0 75 303 56 33
Binary 100101 1010100 1100011 111111 1111 0 111101 11000011 101110 11011

Color Harmonies of #255463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255463

Black with #255463

Text Example


Text Example

White with #255463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255463; }

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

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

background-color css

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

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

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

border-color css

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

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

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