Html Css Color HEX #305B9F Mariner

📋 copy color: '#305B9F'

red 48 ◦ green 91 ◦ blue 159

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

Shades of Mariner #305B9F

Tints of Mariner #305B9F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.54%

 BLUE value IS 159 (62.5% from 255) = 53.36%

R = 16.11%
G = 30.54%
B = 53.36%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#305B9F (or 0x305B9F) is known color: Mariner. HEX triplet: 30, 5B and 9F. RGB value is (48,91,159). Sum of RGB (Red+Green+Blue) = 48+91+159=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #305B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305B9F is #CFA460. Grayscale: #555555. Windows color (decimal): -13608033 or 10443568. OLE color: 10443568.

HSL color Cylindrical-coordinate representation of color #305B9F: hue angle of 216.76º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #305B9F is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 91 159 -
CMYK 0.70 0.43 0 0.38
HSL 216.76º 0.54% 0.41% -
HSV(B) 216.76º 0.7% 0.62% -
XYZ 11.22 10.61 34.26 -
YUV 85.9 169.25 100.97 -
System Red Green Blue C M Y K H S L
Decimal 48 91 159 0.70 0.43 0 0.38 216.76 0.54 0.41
Hex 30 5B 9F 46 2B 0 26 D9 36 29
Octal 60 133 237 106 53 0 46 331 66 51
Binary 110000 1011011 10011111 1000110 101011 0 100110 11011001 110110 101001

Color Harmonies of #305B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305B9F

Black with #305B9F

Text Example


Text Example

White with #305B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305B9F; }

 p { color: rgb(48,91,159); }

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

background-color css

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

 a { background-color: rgb(48,91,159); }

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

border-color css

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

 span { border-color: rgb(48,91,159); }

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