Html Css Color HEX #3505B3 Ultramarine

📋 copy color: '#3505B3'

red 53 ◦ green 5 ◦ blue 179

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

Shades of Ultramarine #3505B3

Tints of Ultramarine #3505B3

RGB

 RED value IS 53 (21.09% from 255) = 22.36%

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 179 (70.31% from 255) = 75.53%

R = 22.36%
G = 2.11%
B = 75.53%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3505B3 (or 0x3505B3) is known color: Ultramarine. HEX triplet: 35, 05 and B3. RGB value is (53,5,179). Sum of RGB (Red+Green+Blue) = 53+5+179=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 179 (70.31% from 255 or 75.53% from 237); Max value from RGB is 179 - color contains mainly: blue. Hex color #3505B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3505B3 is #CAFA4C. Grayscale: #262626. Windows color (decimal): -13302349 or 11732277. OLE color: 11732277.

HSL color Cylindrical-coordinate representation of color #3505B3: hue angle of 256.55º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3505B3 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 53 5 179 -
CMYK 0.70 0.97 0 0.30
HSL 256.55º 0.95% 0.36% -
HSV(B) 256.55º 0.97% 0.7% -
XYZ 9.66 4.12 42.93 -
YUV 39.19 206.9 137.85 -
System Red Green Blue C M Y K H S L
Decimal 53 5 179 0.70 0.97 0 0.30 256.55 0.95 0.36
Hex 35 5 B3 46 61 0 1E 101 5F 24
Octal 65 5 263 106 141 0 36 401 137 44
Binary 110101 101 10110011 1000110 1100001 0 11110 100000001 1011111 100100

Color Harmonies of #3505B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3505B3

Black with #3505B3

Text Example


Text Example

White with #3505B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3505B3; }

 p { color: rgb(53,5,179); }

 H1.HeaderClassName
 {
   color: #3505B3;
 }
 .AnyTagClassName
 {
   color: #3505B3;
 }
</style>

background-color css

<style>
 a { background-color: #3505B3; }

 a { background-color: rgb(53,5,179); }

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

border-color css

<style>
 span { border-color: #3505B3; }

 span { border-color: rgb(53,5,179); }

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