Html Css Color HEX #254660 Arapawa

📋 copy color: '#254660'

red 37 ◦ green 70 ◦ blue 96

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

Shades of Arapawa #254660

Tints of Arapawa #254660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

 BLUE value IS 96 (37.89% from 255) = 47.29%

R = 18.23%
G = 34.48%
B = 47.29%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#254660 (or 0x254660) is known color: Arapawa. HEX triplet: 25, 46 and 60. RGB value is (37,70,96). Sum of RGB (Red+Green+Blue) = 37+70+96=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #254660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254660 is #DAB99F. Grayscale: #3E3E3E. Windows color (decimal): -14334368 or 6309413. OLE color: 6309413.

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

Color convert

RGB 37 70 96 -
CMYK 0.61 0.27 0 0.62
HSL 206.44º 0.44% 0.26% -
HSV(B) 206.44º 0.61% 0.38% -
XYZ 5.06 5.62 11.88 -
YUV 63.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 37 70 96 0.61 0.27 0 0.62 206.44 0.44 0.26
Hex 25 46 60 3D 1B 0 3E CE 2C 1A
Octal 45 106 140 75 33 0 76 316 54 32
Binary 100101 1000110 1100000 111101 11011 0 111110 11001110 101100 11010

Color Harmonies of #254660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254660

Black with #254660

Text Example


Text Example

White with #254660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254660; }

 p { color: rgb(37,70,96); }

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

background-color css

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

 a { background-color: rgb(37,70,96); }

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

border-color css

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

 span { border-color: rgb(37,70,96); }

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