Html Css Color HEX #254384 Fun Blue

📋 copy color: '#254384'

red 37 ◦ green 67 ◦ blue 132

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

Shades of Fun Blue #254384

Tints of Fun Blue #254384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

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

R = 15.68%
G = 28.39%
B = 55.93%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#254384 (or 0x254384) is known color: Fun Blue. HEX triplet: 25, 43 and 84. RGB value is (37,67,132). Sum of RGB (Red+Green+Blue) = 37+67+132=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #254384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254384 is #DABC7B. Grayscale: #414141. Windows color (decimal): -14335100 or 8667941. OLE color: 8667941.

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

Color convert

RGB 37 67 132 -
CMYK 0.72 0.49 0 0.48
HSL 221.05º 0.56% 0.33% -
HSV(B) 221.05º 0.72% 0.52% -
XYZ 6.93 6.07 22.64 -
YUV 65.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 37 67 132 0.72 0.49 0 0.48 221.05 0.56 0.33
Hex 25 43 84 48 31 0 30 DD 38 21
Octal 45 103 204 110 61 0 60 335 70 41
Binary 100101 1000011 10000100 1001000 110001 0 110000 11011101 111000 100001

Color Harmonies of #254384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254384

Black with #254384

Text Example


Text Example

White with #254384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254384; }

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

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

background-color css

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

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

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

border-color css

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

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

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