Html Css Color HEX #350CAC Ultramarine

📋 copy color: '#350CAC'

red 53 ◦ green 12 ◦ blue 172

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

Shades of Ultramarine #350CAC

Tints of Ultramarine #350CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 72.57%

R = 22.36%
G = 5.06%
B = 72.57%

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

#350CAC (or 0x350CAC) is known color: Ultramarine. HEX triplet: 35, 0C and AC. RGB value is (53,12,172). Sum of RGB (Red+Green+Blue) = 53+12+172=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #350CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350CAC is #CAF353. Grayscale: #292929. Windows color (decimal): -13300564 or 11275317. OLE color: 11275317.

HSL color Cylindrical-coordinate representation of color #350CAC: hue angle of 255.38º 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 #350CAC is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 12 172 -
CMYK 0.69 0.93 0 0.33
HSL 255.38º 0.87% 0.36% -
HSV(B) 255.38º 0.93% 0.67% -
XYZ 9.05 4 39.32 -
YUV 42.5 201.08 135.49 -
System Red Green Blue C M Y K H S L
Decimal 53 12 172 0.69 0.93 0 0.33 255.38 0.87 0.36
Hex 35 C AC 45 5D 0 21 FF 57 24
Octal 65 14 254 105 135 0 41 377 127 44
Binary 110101 1100 10101100 1000101 1011101 0 100001 11111111 1010111 100100

Color Harmonies of #350CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350CAC

Black with #350CAC

Text Example


Text Example

White with #350CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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