Html Css Color HEX #305087 Fun Blue

📋 copy color: '#305087'

red 48 ◦ green 80 ◦ blue 135

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

Shades of Fun Blue #305087

Tints of Fun Blue #305087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.33%

R = 18.25%
G = 30.42%
B = 51.33%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#305087 (or 0x305087) is known color: Fun Blue. HEX triplet: 30, 50 and 87. RGB value is (48,80,135). Sum of RGB (Red+Green+Blue) = 48+80+135=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #305087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305087 is #CFAF78. Grayscale: #4C4C4C. Windows color (decimal): -13610873 or 8867888. OLE color: 8867888.

HSL color Cylindrical-coordinate representation of color #305087: hue angle of 217.93º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #305087 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 80 135 -
CMYK 0.64 0.41 0 0.47
HSL 217.93º 0.48% 0.36% -
HSV(B) 217.93º 0.64% 0.53% -
XYZ 8.46 8.11 24.04 -
YUV 76.7 160.9 107.53 -
System Red Green Blue C M Y K H S L
Decimal 48 80 135 0.64 0.41 0 0.47 217.93 0.48 0.36
Hex 30 50 87 40 29 0 2F DA 30 24
Octal 60 120 207 100 51 0 57 332 60 44
Binary 110000 1010000 10000111 1000000 101001 0 101111 11011010 110000 100100

Color Harmonies of #305087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305087

Black with #305087

Text Example


Text Example

White with #305087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305087; }

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

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

background-color css

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

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

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

border-color css

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

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

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