Html Css Color HEX #305CA0 Mariner

📋 copy color: '#305CA0'

red 48 ◦ green 92 ◦ blue 160

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

Shades of Mariner #305CA0

Tints of Mariner #305CA0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.67%

 BLUE value IS 160 (62.89% from 255) = 53.33%

R = 16%
G = 30.67%
B = 53.33%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#305CA0 (or 0x305CA0) is known color: Mariner. HEX triplet: 30, 5C and A0. RGB value is (48,92,160). Sum of RGB (Red+Green+Blue) = 48+92+160=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #305CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305CA0 is #CFA35F. Grayscale: #565656. Windows color (decimal): -13607776 or 10509360. OLE color: 10509360.

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

Color convert

RGB 48 92 160 -
CMYK 0.70 0.43 0 0.37
HSL 216.43º 0.54% 0.41% -
HSV(B) 216.43º 0.7% 0.63% -
XYZ 11.39 10.82 34.75 -
YUV 86.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 48 92 160 0.70 0.43 0 0.37 216.43 0.54 0.41
Hex 30 5C A0 46 2B 0 25 D8 36 29
Octal 60 134 240 106 53 0 45 330 66 51
Binary 110000 1011100 10100000 1000110 101011 0 100101 11011000 110110 101001

Color Harmonies of #305CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CA0

Black with #305CA0

Text Example


Text Example

White with #305CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,92,160); }

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

background-color css

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

 a { background-color: rgb(48,92,160); }

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

border-color css

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

 span { border-color: rgb(48,92,160); }

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