Html Css Color HEX #255261 Arapawa

📋 copy color: '#255261'

red 37 ◦ green 82 ◦ blue 97

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

Shades of Arapawa #255261

Tints of Arapawa #255261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.91%

R = 17.13%
G = 37.96%
B = 44.91%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#255261 (or 0x255261) is known color: Arapawa. HEX triplet: 25, 52 and 61. RGB value is (37,82,97). Sum of RGB (Red+Green+Blue) = 37+82+97=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #255261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255261 is #DAAD9E. Grayscale: #464646. Windows color (decimal): -14331295 or 6378021. OLE color: 6378021.

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

Color convert

RGB 37 82 97 -
CMYK 0.62 0.15 0 0.62
HSL 195º 0.45% 0.26% -
HSV(B) 195º 0.62% 0.38% -
XYZ 5.94 7.29 12.4 -
YUV 70.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 37 82 97 0.62 0.15 0 0.62 195 0.45 0.26
Hex 25 52 61 3E F 0 3E C3 2D 1A
Octal 45 122 141 76 17 0 76 303 55 32
Binary 100101 1010010 1100001 111110 1111 0 111110 11000011 101101 11010

Color Harmonies of #255261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255261

Black with #255261

Text Example


Text Example

White with #255261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255261; }

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

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

background-color css

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

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

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

border-color css

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

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

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