Html Css Color HEX #254585 Fun Blue

📋 copy color: '#254585'

red 37 ◦ green 69 ◦ blue 133

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

Shades of Fun Blue #254585

Tints of Fun Blue #254585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

 BLUE value IS 133 (52.34% from 255) = 55.65%

R = 15.48%
G = 28.87%
B = 55.65%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#254585 (or 0x254585) is known color: Fun Blue. HEX triplet: 25, 45 and 85. RGB value is (37,69,133). Sum of RGB (Red+Green+Blue) = 37+69+133=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #254585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254585 is #DABA7A. Grayscale: #424242. Windows color (decimal): -14334587 or 8733989. OLE color: 8733989.

HSL color Cylindrical-coordinate representation of color #254585: hue angle of 220º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254585 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 69 133 -
CMYK 0.72 0.48 0 0.48
HSL 220º 0.56% 0.33% -
HSV(B) 220º 0.72% 0.52% -
XYZ 7.12 6.34 23.04 -
YUV 66.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 37 69 133 0.72 0.48 0 0.48 220 0.56 0.33
Hex 25 45 85 48 30 0 30 DC 38 21
Octal 45 105 205 110 60 0 60 334 70 41
Binary 100101 1000101 10000101 1001000 110000 0 110000 11011100 111000 100001

Color Harmonies of #254585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254585

Black with #254585

Text Example


Text Example

White with #254585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254585; }

 p { color: rgb(37,69,133); }

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

background-color css

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

 a { background-color: rgb(37,69,133); }

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

border-color css

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

 span { border-color: rgb(37,69,133); }

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