Html Css Color HEX #255262 Arapawa

📋 copy color: '#255262'

red 37 ◦ green 82 ◦ blue 98

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

Shades of Arapawa #255262

Tints of Arapawa #255262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.16%

R = 17.05%
G = 37.79%
B = 45.16%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#255262 (or 0x255262) is known color: Arapawa. HEX triplet: 25, 52 and 62. RGB value is (37,82,98). Sum of RGB (Red+Green+Blue) = 37+82+98=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: blue. Hex color #255262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255262 is #DAAD9D. Grayscale: #464646. Windows color (decimal): -14331294 or 6443557. OLE color: 6443557.

HSL color Cylindrical-coordinate representation of color #255262: hue angle of 195.74º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #255262 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 82 98 -
CMYK 0.62 0.16 0 0.62
HSL 195.74º 0.45% 0.26% -
HSV(B) 195.74º 0.62% 0.38% -
XYZ 5.98 7.31 12.65 -
YUV 70.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 37 82 98 0.62 0.16 0 0.62 195.74 0.45 0.26
Hex 25 52 62 3E 10 0 3E C4 2D 1A
Octal 45 122 142 76 20 0 76 304 55 32
Binary 100101 1010010 1100010 111110 10000 0 111110 11000100 101101 11010

Color Harmonies of #255262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255262

Black with #255262

Text Example


Text Example

White with #255262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255262; }

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

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

background-color css

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

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

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

border-color css

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

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

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