Html Css Color HEX #335CAB Mariner

📋 copy color: '#335CAB'

red 51 ◦ green 92 ◦ blue 171

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

Shades of Mariner #335CAB

Tints of Mariner #335CAB

RGB

 RED value IS 51 (20.31% from 255) = 16.24%

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

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 16.24%
G = 29.3%
B = 54.46%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#335CAB (or 0x335CAB) is known color: Mariner. HEX triplet: 33, 5C and AB. RGB value is (51,92,171). Sum of RGB (Red+Green+Blue) = 51+92+171=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #335CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335CAB is #CCA354. Grayscale: #585858. Windows color (decimal): -13411157 or 11230259. OLE color: 11230259.

HSL color Cylindrical-coordinate representation of color #335CAB: hue angle of 219.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #335CAB is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 92 171 -
CMYK 0.70 0.46 0 0.33
HSL 219.5º 0.54% 0.44% -
HSV(B) 219.5º 0.7% 0.67% -
XYZ 12.54 11.3 40.05 -
YUV 88.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 51 92 171 0.70 0.46 0 0.33 219.5 0.54 0.44
Hex 33 5C AB 46 2E 0 21 DC 36 2C
Octal 63 134 253 106 56 0 41 334 66 54
Binary 110011 1011100 10101011 1000110 101110 0 100001 11011100 110110 101100

Color Harmonies of #335CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CAB

Black with #335CAB

Text Example


Text Example

White with #335CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335CAB; }

 p { color: rgb(51,92,171); }

 H1.HeaderClassName
 {
   color: #335CAB;
 }
 .AnyTagClassName
 {
   color: #335CAB;
 }
</style>

background-color css

<style>
 a { background-color: #335CAB; }

 a { background-color: rgb(51,92,171); }

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

border-color css

<style>
 span { border-color: #335CAB; }

 span { border-color: rgb(51,92,171); }

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