Html Css Color HEX #350CAF Ultramarine

📋 copy color: '#350CAF'

red 53 ◦ green 12 ◦ blue 175

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

Shades of Ultramarine #350CAF

Tints of Ultramarine #350CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 72.92%

R = 22.08%
G = 5%
B = 72.92%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#350CAF (or 0x350CAF) is known color: Ultramarine. HEX triplet: 35, 0C and AF. RGB value is (53,12,175). Sum of RGB (Red+Green+Blue) = 53+12+175=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #350CAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350CAF is #CAF350. Grayscale: #2A2A2A. Windows color (decimal): -13300561 or 11471925. OLE color: 11471925.

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

Color convert

RGB 53 12 175 -
CMYK 0.70 0.93 0 0.31
HSL 255.09º 0.87% 0.37% -
HSV(B) 255.09º 0.93% 0.69% -
XYZ 9.34 4.11 40.86 -
YUV 42.84 202.58 135.25 -
System Red Green Blue C M Y K H S L
Decimal 53 12 175 0.70 0.93 0 0.31 255.09 0.87 0.37
Hex 35 C AF 46 5D 0 1F FF 57 25
Octal 65 14 257 106 135 0 37 377 127 45
Binary 110101 1100 10101111 1000110 1011101 0 11111 11111111 1010111 100101

Color Harmonies of #350CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350CAF

Black with #350CAF

Text Example


Text Example

White with #350CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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