Html Css Color HEX #254C5D Arapawa

📋 copy color: '#254C5D'

red 37 ◦ green 76 ◦ blue 93

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

Shades of Arapawa #254C5D

Tints of Arapawa #254C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.89%

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

R = 17.96%
G = 36.89%
B = 45.15%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#254C5D (or 0x254C5D) is known color: Arapawa. HEX triplet: 25, 4C and 5D. RGB value is (37,76,93). Sum of RGB (Red+Green+Blue) = 37+76+93=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #254C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C5D is #DAB3A2. Grayscale: #424242. Windows color (decimal): -14332835 or 6114341. OLE color: 6114341.

HSL color Cylindrical-coordinate representation of color #254C5D: hue angle of 198.21º 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 #254C5D is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 76 93 -
CMYK 0.60 0.18 0 0.64
HSL 198.21º 0.43% 0.25% -
HSV(B) 198.21º 0.6% 0.36% -
XYZ 5.32 6.35 11.3 -
YUV 66.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 37 76 93 0.60 0.18 0 0.64 198.21 0.43 0.25
Hex 25 4C 5D 3C 12 0 40 C6 2B 19
Octal 45 114 135 74 22 0 100 306 53 31
Binary 100101 1001100 1011101 111100 10010 0 1000000 11000110 101011 11001

Color Harmonies of #254C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C5D

Black with #254C5D

Text Example


Text Example

White with #254C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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