Html Css Color HEX #254F5D Arapawa

📋 copy color: '#254F5D'

red 37 ◦ green 79 ◦ blue 93

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

Shades of Arapawa #254F5D

Tints of Arapawa #254F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 17.7%
G = 37.8%
B = 44.5%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#254F5D (or 0x254F5D) is known color: Arapawa. HEX triplet: 25, 4F and 5D. RGB value is (37,79,93). Sum of RGB (Red+Green+Blue) = 37+79+93=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #254F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F5D is #DAB0A2. Grayscale: #434343. Windows color (decimal): -14332067 or 6115109. OLE color: 6115109.

HSL color Cylindrical-coordinate representation of color #254F5D: hue angle of 195º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #254F5D is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 79 93 -
CMYK 0.60 0.15 0 0.64
HSL 195º 0.43% 0.25% -
HSV(B) 195º 0.6% 0.36% -
XYZ 5.53 6.78 11.37 -
YUV 68.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 37 79 93 0.60 0.15 0 0.64 195 0.43 0.25
Hex 25 4F 5D 3C F 0 40 C3 2B 19
Octal 45 117 135 74 17 0 100 303 53 31
Binary 100101 1001111 1011101 111100 1111 0 1000000 11000011 101011 11001

Color Harmonies of #254F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F5D

Black with #254F5D

Text Example


Text Example

White with #254F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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