Html Css Color HEX #350BAA Ultramarine

📋 copy color: '#350BAA'

red 53 ◦ green 11 ◦ blue 170

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

Shades of Ultramarine #350BAA

Tints of Ultramarine #350BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.7%

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

R = 22.65%
G = 4.7%
B = 72.65%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#350BAA (or 0x350BAA) is known color: Ultramarine. HEX triplet: 35, 0B and AA. RGB value is (53,11,170). Sum of RGB (Red+Green+Blue) = 53+11+170=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #350BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350BAA is #CAF455. Grayscale: #292929. Windows color (decimal): -13300822 or 11143989. OLE color: 11143989.

HSL color Cylindrical-coordinate representation of color #350BAA: hue angle of 255.85º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350BAA is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 11 170 -
CMYK 0.69 0.94 0 0.33
HSL 255.85º 0.88% 0.35% -
HSV(B) 255.85º 0.94% 0.67% -
XYZ 8.84 3.9 38.32 -
YUV 41.68 200.41 136.07 -
System Red Green Blue C M Y K H S L
Decimal 53 11 170 0.69 0.94 0 0.33 255.85 0.88 0.35
Hex 35 B AA 45 5E 0 21 100 58 23
Octal 65 13 252 105 136 0 41 400 130 43
Binary 110101 1011 10101010 1000101 1011110 0 100001 100000000 1011000 100011

Color Harmonies of #350BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350BAA

Black with #350BAA

Text Example


Text Example

White with #350BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350BAA; }

 p { color: rgb(53,11,170); }

 H1.HeaderClassName
 {
   color: #350BAA;
 }
 .AnyTagClassName
 {
   color: #350BAA;
 }
</style>

background-color css

<style>
 a { background-color: #350BAA; }

 a { background-color: rgb(53,11,170); }

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

border-color css

<style>
 span { border-color: #350BAA; }

 span { border-color: rgb(53,11,170); }

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