Html Css Color HEX #254C63 Arapawa

📋 copy color: '#254C63'

red 37 ◦ green 76 ◦ blue 99

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

Shades of Arapawa #254C63

Tints of Arapawa #254C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.7%

R = 17.45%
G = 35.85%
B = 46.7%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#254C63 (or 0x254C63) is known color: Arapawa. HEX triplet: 25, 4C and 63. RGB value is (37,76,99). Sum of RGB (Red+Green+Blue) = 37+76+99=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #254C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C63 is #DAB39C. Grayscale: #424242. Windows color (decimal): -14332829 or 6507557. OLE color: 6507557.

HSL color Cylindrical-coordinate representation of color #254C63: hue angle of 202.26º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #254C63 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 76 99 -
CMYK 0.63 0.23 0 0.61
HSL 202.26º 0.46% 0.27% -
HSV(B) 202.26º 0.63% 0.39% -
XYZ 5.6 6.46 12.76 -
YUV 66.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 37 76 99 0.63 0.23 0 0.61 202.26 0.46 0.27
Hex 25 4C 63 3F 17 0 3D CA 2E 1B
Octal 45 114 143 77 27 0 75 312 56 33
Binary 100101 1001100 1100011 111111 10111 0 111101 11001010 101110 11011

Color Harmonies of #254C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C63

Black with #254C63

Text Example


Text Example

White with #254C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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