Html Css Color HEX #305AAA Mariner

📋 copy color: '#305AAA'

red 48 ◦ green 90 ◦ blue 170

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

Shades of Mariner #305AAA

Tints of Mariner #305AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.22%

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

R = 15.58%
G = 29.22%
B = 55.19%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#305AAA (or 0x305AAA) is known color: Mariner. HEX triplet: 30, 5A and AA. RGB value is (48,90,170). Sum of RGB (Red+Green+Blue) = 48+90+170=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #305AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305AAA is #CFA555. Grayscale: #565656. Windows color (decimal): -13608278 or 11164208. OLE color: 11164208.

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

Color convert

RGB 48 90 170 -
CMYK 0.72 0.47 0 0.33
HSL 219.34º 0.56% 0.43% -
HSV(B) 219.34º 0.72% 0.67% -
XYZ 12.13 10.84 39.48 -
YUV 86.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 48 90 170 0.72 0.47 0 0.33 219.34 0.56 0.43
Hex 30 5A AA 48 2F 0 21 DB 38 2B
Octal 60 132 252 110 57 0 41 333 70 53
Binary 110000 1011010 10101010 1001000 101111 0 100001 11011011 111000 101011

Color Harmonies of #305AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305AAA

Black with #305AAA

Text Example


Text Example

White with #305AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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