Html Css Color HEX #350FAC Ultramarine

📋 copy color: '#350FAC'

red 53 ◦ green 15 ◦ blue 172

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

Shades of Ultramarine #350FAC

Tints of Ultramarine #350FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.25%

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

R = 22.08%
G = 6.25%
B = 71.67%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#350FAC (or 0x350FAC) is known color: Ultramarine. HEX triplet: 35, 0F and AC. RGB value is (53,15,172). Sum of RGB (Red+Green+Blue) = 53+15+172=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #350FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350FAC is #CAF053. Grayscale: #2B2B2B. Windows color (decimal): -13299796 or 11276085. OLE color: 11276085.

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

Color convert

RGB 53 15 172 -
CMYK 0.69 0.91 0 0.33
HSL 254.52º 0.84% 0.37% -
HSV(B) 254.52º 0.91% 0.67% -
XYZ 9.09 4.08 39.34 -
YUV 44.26 200.09 134.23 -
System Red Green Blue C M Y K H S L
Decimal 53 15 172 0.69 0.91 0 0.33 254.52 0.84 0.37
Hex 35 F AC 45 5B 0 21 FF 54 25
Octal 65 17 254 105 133 0 41 377 124 45
Binary 110101 1111 10101100 1000101 1011011 0 100001 11111111 1010100 100101

Color Harmonies of #350FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350FAC

Black with #350FAC

Text Example


Text Example

White with #350FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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