Html Css Color HEX #254F63 Arapawa

📋 copy color: '#254F63'

red 37 ◦ green 79 ◦ blue 99

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

Shades of Arapawa #254F63

Tints of Arapawa #254F63

RGB

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

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

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

R = 17.21%
G = 36.74%
B = 46.05%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#254F63 (or 0x254F63) is known color: Arapawa. HEX triplet: 25, 4F and 63. RGB value is (37,79,99). Sum of RGB (Red+Green+Blue) = 37+79+99=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #254F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F63 is #DAB09C. Grayscale: #444444. Windows color (decimal): -14332061 or 6508325. OLE color: 6508325.

HSL color Cylindrical-coordinate representation of color #254F63: hue angle of 199.35º 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 #254F63 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 79 99 -
CMYK 0.63 0.20 0 0.61
HSL 199.35º 0.46% 0.27% -
HSV(B) 199.35º 0.63% 0.39% -
XYZ 5.81 6.89 12.83 -
YUV 68.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 37 79 99 0.63 0.20 0 0.61 199.35 0.46 0.27
Hex 25 4F 63 3F 14 0 3D C7 2E 1B
Octal 45 117 143 77 24 0 75 307 56 33
Binary 100101 1001111 1100011 111111 10100 0 111101 11000111 101110 11011

Color Harmonies of #254F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F63

Black with #254F63

Text Example


Text Example

White with #254F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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