Html Css Color HEX #254661 Arapawa

📋 copy color: '#254661'

red 37 ◦ green 70 ◦ blue 97

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

Shades of Arapawa #254661

Tints of Arapawa #254661

RGB

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

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

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

R = 18.14%
G = 34.31%
B = 47.55%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#254661 (or 0x254661) is known color: Arapawa. HEX triplet: 25, 46 and 61. RGB value is (37,70,97). Sum of RGB (Red+Green+Blue) = 37+70+97=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #254661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254661 is #DAB99E. Grayscale: #3F3F3F. Windows color (decimal): -14334367 or 6374949. OLE color: 6374949.

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

Color convert

RGB 37 70 97 -
CMYK 0.62 0.28 0 0.62
HSL 207º 0.45% 0.26% -
HSV(B) 207º 0.62% 0.38% -
XYZ 5.11 5.64 12.13 -
YUV 63.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 37 70 97 0.62 0.28 0 0.62 207 0.45 0.26
Hex 25 46 61 3E 1C 0 3E CF 2D 1A
Octal 45 106 141 76 34 0 76 317 55 32
Binary 100101 1000110 1100001 111110 11100 0 111110 11001111 101101 11010

Color Harmonies of #254661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254661

Black with #254661

Text Example


Text Example

White with #254661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254661; }

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

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

background-color css

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

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

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

border-color css

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

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

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