Html Css Color HEX #254C5C Arapawa

📋 copy color: '#254C5C'

red 37 ◦ green 76 ◦ blue 92

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

Shades of Arapawa #254C5C

Tints of Arapawa #254C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.88%

R = 18.05%
G = 37.07%
B = 44.88%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#254C5C (or 0x254C5C) is known color: Arapawa. HEX triplet: 25, 4C and 5C. RGB value is (37,76,92). Sum of RGB (Red+Green+Blue) = 37+76+92=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #254C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C5C is #DAB3A3. Grayscale: #424242. Windows color (decimal): -14332836 or 6048805. OLE color: 6048805.

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

Color convert

RGB 37 76 92 -
CMYK 0.60 0.17 0 0.64
HSL 197.45º 0.43% 0.25% -
HSV(B) 197.45º 0.6% 0.36% -
XYZ 5.28 6.33 11.07 -
YUV 66.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 37 76 92 0.60 0.17 0 0.64 197.45 0.43 0.25
Hex 25 4C 5C 3C 11 0 40 C5 2B 19
Octal 45 114 134 74 21 0 100 305 53 31
Binary 100101 1001100 1011100 111100 10001 0 1000000 11000101 101011 11001

Color Harmonies of #254C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C5C

Black with #254C5C

Text Example


Text Example

White with #254C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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