Html Css Color HEX #254B63 Arapawa

📋 copy color: '#254B63'

red 37 ◦ green 75 ◦ blue 99

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

Shades of Arapawa #254B63

Tints of Arapawa #254B63

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.55%

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

R = 17.54%
G = 35.55%
B = 46.92%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#254B63 (or 0x254B63) is known color: Arapawa. HEX triplet: 25, 4B and 63. RGB value is (37,75,99). Sum of RGB (Red+Green+Blue) = 37+75+99=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #254B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B63 is #DAB49C. Grayscale: #424242. Windows color (decimal): -14333085 or 6507301. OLE color: 6507301.

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

Color convert

RGB 37 75 99 -
CMYK 0.63 0.24 0 0.61
HSL 203.23º 0.46% 0.27% -
HSV(B) 203.23º 0.63% 0.39% -
XYZ 5.53 6.33 12.73 -
YUV 66.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 37 75 99 0.63 0.24 0 0.61 203.23 0.46 0.27
Hex 25 4B 63 3F 18 0 3D CB 2E 1B
Octal 45 113 143 77 30 0 75 313 56 33
Binary 100101 1001011 1100011 111111 11000 0 111101 11001011 101110 11011

Color Harmonies of #254B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B63

Black with #254B63

Text Example


Text Example

White with #254B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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