Html Css Color HEX #254B5B Arapawa

📋 copy color: '#254B5B'

red 37 ◦ green 75 ◦ blue 91

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

Shades of Arapawa #254B5B

Tints of Arapawa #254B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.83%

R = 18.23%
G = 36.95%
B = 44.83%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#254B5B (or 0x254B5B) is known color: Arapawa. HEX triplet: 25, 4B and 5B. RGB value is (37,75,91). Sum of RGB (Red+Green+Blue) = 37+75+91=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #254B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B5B is #DAB4A4. Grayscale: #414141. Windows color (decimal): -14333093 or 5983013. OLE color: 5983013.

HSL color Cylindrical-coordinate representation of color #254B5B: hue angle of 197.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #254B5B is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 75 91 -
CMYK 0.59 0.18 0 0.64
HSL 197.78º 0.42% 0.25% -
HSV(B) 197.78º 0.59% 0.36% -
XYZ 5.17 6.18 10.82 -
YUV 65.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 37 75 91 0.59 0.18 0 0.64 197.78 0.42 0.25
Hex 25 4B 5B 3B 12 0 40 C6 2A 19
Octal 45 113 133 73 22 0 100 306 52 31
Binary 100101 1001011 1011011 111011 10010 0 1000000 11000110 101010 11001

Color Harmonies of #254B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B5B

Black with #254B5B

Text Example


Text Example

White with #254B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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