Html Css Color HEX #305083 Fun Blue

📋 copy color: '#305083'

red 48 ◦ green 80 ◦ blue 131

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

Shades of Fun Blue #305083

Tints of Fun Blue #305083

RGB

 RED value IS 48 (19.14% from 255) = 18.53%

 GREEN value IS 80 (31.64% from 255) = 30.89%

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

R = 18.53%
G = 30.89%
B = 50.58%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#305083 (or 0x305083) is known color: Fun Blue. HEX triplet: 30, 50 and 83. RGB value is (48,80,131). Sum of RGB (Red+Green+Blue) = 48+80+131=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #305083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305083 is #CFAF7C. Grayscale: #4C4C4C. Windows color (decimal): -13610877 or 8605744. OLE color: 8605744.

HSL color Cylindrical-coordinate representation of color #305083: hue angle of 216.87º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #305083 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 80 131 -
CMYK 0.63 0.39 0 0.49
HSL 216.87º 0.46% 0.35% -
HSV(B) 216.87º 0.63% 0.51% -
XYZ 8.18 8 22.59 -
YUV 76.25 158.9 107.85 -
System Red Green Blue C M Y K H S L
Decimal 48 80 131 0.63 0.39 0 0.49 216.87 0.46 0.35
Hex 30 50 83 3F 27 0 31 D9 2E 23
Octal 60 120 203 77 47 0 61 331 56 43
Binary 110000 1010000 10000011 111111 100111 0 110001 11011001 101110 100011

Color Harmonies of #305083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305083

Black with #305083

Text Example


Text Example

White with #305083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305083; }

 p { color: rgb(48,80,131); }

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

background-color css

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

 a { background-color: rgb(48,80,131); }

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

border-color css

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

 span { border-color: rgb(48,80,131); }

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