Html Css Color HEX #254283 Fun Blue

📋 copy color: '#254283'

red 37 ◦ green 66 ◦ blue 131

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

Shades of Fun Blue #254283

Tints of Fun Blue #254283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.21%

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

R = 15.81%
G = 28.21%
B = 55.98%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#254283 (or 0x254283) is known color: Fun Blue. HEX triplet: 25, 42 and 83. RGB value is (37,66,131). Sum of RGB (Red+Green+Blue) = 37+66+131=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #254283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254283 is #DABD7C. Grayscale: #404040. Windows color (decimal): -14335357 or 8602149. OLE color: 8602149.

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

Color convert

RGB 37 66 131 -
CMYK 0.72 0.50 0 0.49
HSL 221.49º 0.56% 0.33% -
HSV(B) 221.49º 0.72% 0.51% -
XYZ 6.81 5.93 22.26 -
YUV 64.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 37 66 131 0.72 0.50 0 0.49 221.49 0.56 0.33
Hex 25 42 83 48 32 0 31 DD 38 21
Octal 45 102 203 110 62 0 61 335 70 41
Binary 100101 1000010 10000011 1001000 110010 0 110001 11011101 111000 100001

Color Harmonies of #254283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254283

Black with #254283

Text Example


Text Example

White with #254283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254283; }

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

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

background-color css

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

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

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

border-color css

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

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

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