Html Css Color HEX #305FAA Mariner

📋 copy color: '#305FAA'

red 48 ◦ green 95 ◦ blue 170

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

Shades of Mariner #305FAA

Tints of Mariner #305FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.35%

 BLUE value IS 170 (66.8% from 255) = 54.31%

R = 15.34%
G = 30.35%
B = 54.31%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#305FAA (or 0x305FAA) is known color: Mariner. HEX triplet: 30, 5F and AA. RGB value is (48,95,170). Sum of RGB (Red+Green+Blue) = 48+95+170=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #305FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305FAA is #CFA055. Grayscale: #595959. Windows color (decimal): -13606998 or 11165488. OLE color: 11165488.

HSL color Cylindrical-coordinate representation of color #305FAA: hue angle of 216.89º 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 #305FAA is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 95 170 -
CMYK 0.72 0.44 0 0.33
HSL 216.89º 0.56% 0.43% -
HSV(B) 216.89º 0.72% 0.67% -
XYZ 12.57 11.72 39.63 -
YUV 89.5 173.43 98.4 -
System Red Green Blue C M Y K H S L
Decimal 48 95 170 0.72 0.44 0 0.33 216.89 0.56 0.43
Hex 30 5F AA 48 2C 0 21 D9 38 2B
Octal 60 137 252 110 54 0 41 331 70 53
Binary 110000 1011111 10101010 1001000 101100 0 100001 11011001 111000 101011

Color Harmonies of #305FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305FAA

Black with #305FAA

Text Example


Text Example

White with #305FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,95,170); }

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

background-color css

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

 a { background-color: rgb(48,95,170); }

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

border-color css

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

 span { border-color: rgb(48,95,170); }

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