Html Css Color HEX #305CA1 Mariner

📋 copy color: '#305CA1'

red 48 ◦ green 92 ◦ blue 161

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

Shades of Mariner #305CA1

Tints of Mariner #305CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 53.49%

R = 15.95%
G = 30.56%
B = 53.49%

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

#305CA1 (or 0x305CA1) is known color: Mariner. HEX triplet: 30, 5C and A1. RGB value is (48,92,161). Sum of RGB (Red+Green+Blue) = 48+92+161=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 161 (63.28% from 255 or 53.49% from 301); Max value from RGB is 161 - color contains mainly: blue. Hex color #305CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305CA1 is #CFA35E. Grayscale: #565656. Windows color (decimal): -13607775 or 10574896. OLE color: 10574896.

HSL color Cylindrical-coordinate representation of color #305CA1: hue angle of 216.64º 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 #305CA1 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 92 161 -
CMYK 0.70 0.43 0 0.37
HSL 216.64º 0.54% 0.41% -
HSV(B) 216.64º 0.7% 0.63% -
XYZ 11.48 10.86 35.21 -
YUV 86.71 169.92 100.39 -
System Red Green Blue C M Y K H S L
Decimal 48 92 161 0.70 0.43 0 0.37 216.64 0.54 0.41
Hex 30 5C A1 46 2B 0 25 D9 36 29
Octal 60 134 241 106 53 0 45 331 66 51
Binary 110000 1011100 10100001 1000110 101011 0 100101 11011001 110110 101001

Color Harmonies of #305CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CA1

Black with #305CA1

Text Example


Text Example

White with #305CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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