Html Css Color HEX #254F5F Arapawa

📋 copy color: '#254F5F'

red 37 ◦ green 79 ◦ blue 95

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

Shades of Arapawa #254F5F

Tints of Arapawa #254F5F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.44%

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 17.54%
G = 37.44%
B = 45.02%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#254F5F (or 0x254F5F) is known color: Arapawa. HEX triplet: 25, 4F and 5F. RGB value is (37,79,95). Sum of RGB (Red+Green+Blue) = 37+79+95=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #254F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F5F is #DAB0A0. Grayscale: #444444. Windows color (decimal): -14332065 or 6246181. OLE color: 6246181.

HSL color Cylindrical-coordinate representation of color #254F5F: hue angle of 196.55º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #254F5F is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 79 95 -
CMYK 0.61 0.17 0 0.63
HSL 196.55º 0.44% 0.26% -
HSV(B) 196.55º 0.61% 0.37% -
XYZ 5.62 6.81 11.84 -
YUV 68.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 37 79 95 0.61 0.17 0 0.63 196.55 0.44 0.26
Hex 25 4F 5F 3D 11 0 3F C5 2C 1A
Octal 45 117 137 75 21 0 77 305 54 32
Binary 100101 1001111 1011111 111101 10001 0 111111 11000101 101100 11010

Color Harmonies of #254F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F5F

Black with #254F5F

Text Example


Text Example

White with #254F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254F5F; }

 p { color: rgb(37,79,95); }

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

background-color css

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

 a { background-color: rgb(37,79,95); }

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

border-color css

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

 span { border-color: rgb(37,79,95); }

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