Html Css Color HEX #254883 Fun Blue

📋 copy color: '#254883'

red 37 ◦ green 72 ◦ blue 131

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

Shades of Fun Blue #254883

Tints of Fun Blue #254883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30%

 BLUE value IS 131 (51.56% from 255) = 54.58%

R = 15.42%
G = 30%
B = 54.58%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#254883 (or 0x254883) is known color: Fun Blue. HEX triplet: 25, 48 and 83. RGB value is (37,72,131). Sum of RGB (Red+Green+Blue) = 37+72+131=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #254883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254883 is #DAB77C. Grayscale: #434343. Windows color (decimal): -14333821 or 8603685. OLE color: 8603685.

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

Color convert

RGB 37 72 131 -
CMYK 0.72 0.45 0 0.49
HSL 217.66º 0.56% 0.33% -
HSV(B) 217.66º 0.72% 0.51% -
XYZ 7.18 6.67 22.38 -
YUV 68.26 163.4 105.7 -
System Red Green Blue C M Y K H S L
Decimal 37 72 131 0.72 0.45 0 0.49 217.66 0.56 0.33
Hex 25 48 83 48 2D 0 31 DA 38 21
Octal 45 110 203 110 55 0 61 332 70 41
Binary 100101 1001000 10000011 1001000 101101 0 110001 11011010 111000 100001

Color Harmonies of #254883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254883

Black with #254883

Text Example


Text Example

White with #254883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254883; }

 p { color: rgb(37,72,131); }

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

background-color css

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

 a { background-color: rgb(37,72,131); }

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

border-color css

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

 span { border-color: rgb(37,72,131); }

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