Html Css Color HEX #305082 Fun Blue

📋 copy color: '#305082'

red 48 ◦ green 80 ◦ blue 130

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

Shades of Fun Blue #305082

Tints of Fun Blue #305082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.39%

R = 18.6%
G = 31.01%
B = 50.39%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#305082 (or 0x305082) is known color: Fun Blue. HEX triplet: 30, 50 and 82. RGB value is (48,80,130). Sum of RGB (Red+Green+Blue) = 48+80+130=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #305082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305082 is #CFAF7D. Grayscale: #4B4B4B. Windows color (decimal): -13610878 or 8540208. OLE color: 8540208.

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

Color convert

RGB 48 80 130 -
CMYK 0.63 0.38 0 0.49
HSL 216.59º 0.46% 0.35% -
HSV(B) 216.59º 0.63% 0.51% -
XYZ 8.12 7.98 22.23 -
YUV 76.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 48 80 130 0.63 0.38 0 0.49 216.59 0.46 0.35
Hex 30 50 82 3F 26 0 31 D9 2E 23
Octal 60 120 202 77 46 0 61 331 56 43
Binary 110000 1010000 10000010 111111 100110 0 110001 11011001 101110 100011

Color Harmonies of #305082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305082

Black with #305082

Text Example


Text Example

White with #305082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305082; }

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

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

background-color css

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

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

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

border-color css

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

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

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