Html Css Color HEX #350CAA Ultramarine

📋 copy color: '#350CAA'

red 53 ◦ green 12 ◦ blue 170

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

Shades of Ultramarine #350CAA

Tints of Ultramarine #350CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.11%

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

R = 22.55%
G = 5.11%
B = 72.34%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#350CAA (or 0x350CAA) is known color: Ultramarine. HEX triplet: 35, 0C and AA. RGB value is (53,12,170). Sum of RGB (Red+Green+Blue) = 53+12+170=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #350CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350CAA is #CAF355. Grayscale: #292929. Windows color (decimal): -13300566 or 11144245. OLE color: 11144245.

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

Color convert

RGB 53 12 170 -
CMYK 0.69 0.93 0 0.33
HSL 255.57º 0.87% 0.36% -
HSV(B) 255.57º 0.93% 0.67% -
XYZ 8.86 3.92 38.32 -
YUV 42.27 200.08 135.65 -
System Red Green Blue C M Y K H S L
Decimal 53 12 170 0.69 0.93 0 0.33 255.57 0.87 0.36
Hex 35 C AA 45 5D 0 21 100 57 24
Octal 65 14 252 105 135 0 41 400 127 44
Binary 110101 1100 10101010 1000101 1011101 0 100001 100000000 1010111 100100

Color Harmonies of #350CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350CAA

Black with #350CAA

Text Example


Text Example

White with #350CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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