Html Css Color HEX #305DAC Mariner

📋 copy color: '#305DAC'

red 48 ◦ green 93 ◦ blue 172

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

Shades of Mariner #305DAC

Tints of Mariner #305DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.71%

 BLUE value IS 172 (67.58% from 255) = 54.95%

R = 15.34%
G = 29.71%
B = 54.95%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#305DAC (or 0x305DAC) is known color: Mariner. HEX triplet: 30, 5D and AC. RGB value is (48,93,172). Sum of RGB (Red+Green+Blue) = 48+93+172=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #305DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305DAC is #CFA253. Grayscale: #585858. Windows color (decimal): -13607508 or 11296048. OLE color: 11296048.

HSL color Cylindrical-coordinate representation of color #305DAC: hue angle of 218.23º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #305DAC is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 93 172 -
CMYK 0.72 0.46 0 0.33
HSL 218.23º 0.56% 0.43% -
HSV(B) 218.23º 0.72% 0.67% -
XYZ 12.58 11.44 40.57 -
YUV 88.55 175.09 99.08 -
System Red Green Blue C M Y K H S L
Decimal 48 93 172 0.72 0.46 0 0.33 218.23 0.56 0.43
Hex 30 5D AC 48 2E 0 21 DA 38 2B
Octal 60 135 254 110 56 0 41 332 70 53
Binary 110000 1011101 10101100 1001000 101110 0 100001 11011010 111000 101011

Color Harmonies of #305DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DAC

Black with #305DAC

Text Example


Text Example

White with #305DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,93,172); }

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

background-color css

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

 a { background-color: rgb(48,93,172); }

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

border-color css

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

 span { border-color: rgb(48,93,172); }

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