Html Css Color HEX #255363 Arapawa

📋 copy color: '#255363'

red 37 ◦ green 83 ◦ blue 99

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

Shades of Arapawa #255363

Tints of Arapawa #255363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

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

R = 16.89%
G = 37.9%
B = 45.21%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#255363 (or 0x255363) is known color: Arapawa. HEX triplet: 25, 53 and 63. RGB value is (37,83,99). Sum of RGB (Red+Green+Blue) = 37+83+99=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #255363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255363 is #DAAC9C. Grayscale: #464646. Windows color (decimal): -14331037 or 6509349. OLE color: 6509349.

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

Color convert

RGB 37 83 99 -
CMYK 0.63 0.16 0 0.61
HSL 195.48º 0.46% 0.27% -
HSV(B) 195.48º 0.63% 0.39% -
XYZ 6.11 7.48 12.93 -
YUV 71.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 37 83 99 0.63 0.16 0 0.61 195.48 0.46 0.27
Hex 25 53 63 3F 10 0 3D C3 2E 1B
Octal 45 123 143 77 20 0 75 303 56 33
Binary 100101 1010011 1100011 111111 10000 0 111101 11000011 101110 11011

Color Harmonies of #255363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255363

Black with #255363

Text Example


Text Example

White with #255363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255363; }

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

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

background-color css

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

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

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

border-color css

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

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

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