Html Css Color HEX #254185 Fun Blue

📋 copy color: '#254185'

red 37 ◦ green 65 ◦ blue 133

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

Shades of Fun Blue #254185

Tints of Fun Blue #254185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.66%

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

R = 15.74%
G = 27.66%
B = 56.6%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#254185 (or 0x254185) is known color: Fun Blue. HEX triplet: 25, 41 and 85. RGB value is (37,65,133). Sum of RGB (Red+Green+Blue) = 37+65+133=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #254185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254185 is #DABE7A. Grayscale: #404040. Windows color (decimal): -14335611 or 8732965. OLE color: 8732965.

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

Color convert

RGB 37 65 133 -
CMYK 0.72 0.51 0 0.48
HSL 222.5º 0.56% 0.33% -
HSV(B) 222.5º 0.72% 0.52% -
XYZ 6.89 5.87 22.96 -
YUV 64.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 37 65 133 0.72 0.51 0 0.48 222.5 0.56 0.33
Hex 25 41 85 48 33 0 30 DE 38 21
Octal 45 101 205 110 63 0 60 336 70 41
Binary 100101 1000001 10000101 1001000 110011 0 110000 11011110 111000 100001

Color Harmonies of #254185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254185

Black with #254185

Text Example


Text Example

White with #254185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254185; }

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

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

background-color css

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

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

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

border-color css

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

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

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