Html Css Color HEX #254484 Fun Blue

📋 copy color: '#254484'

red 37 ◦ green 68 ◦ blue 132

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

Shades of Fun Blue #254484

Tints of Fun Blue #254484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

 BLUE value IS 132 (51.95% from 255) = 55.7%

R = 15.61%
G = 28.69%
B = 55.7%

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

#254484 (or 0x254484) is known color: Fun Blue. HEX triplet: 25, 44 and 84. RGB value is (37,68,132). Sum of RGB (Red+Green+Blue) = 37+68+132=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #254484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254484 is #DABB7B. Grayscale: #414141. Windows color (decimal): -14334844 or 8668197. OLE color: 8668197.

HSL color Cylindrical-coordinate representation of color #254484: hue angle of 220.42º 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 #254484 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 68 132 -
CMYK 0.72 0.48 0 0.48
HSL 220.42º 0.56% 0.33% -
HSV(B) 220.42º 0.72% 0.52% -
XYZ 6.99 6.19 22.66 -
YUV 66.03 165.23 107.3 -
System Red Green Blue C M Y K H S L
Decimal 37 68 132 0.72 0.48 0 0.48 220.42 0.56 0.33
Hex 25 44 84 48 30 0 30 DC 38 21
Octal 45 104 204 110 60 0 60 334 70 41
Binary 100101 1000100 10000100 1001000 110000 0 110000 11011100 111000 100001

Color Harmonies of #254484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254484

Black with #254484

Text Example


Text Example

White with #254484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254484; }

 p { color: rgb(37,68,132); }

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

background-color css

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

 a { background-color: rgb(37,68,132); }

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

border-color css

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

 span { border-color: rgb(37,68,132); }

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