Html Css Color HEX #350CBA Ultramarine

📋 copy color: '#350CBA'

red 53 ◦ green 12 ◦ blue 186

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

Shades of Ultramarine #350CBA

Tints of Ultramarine #350CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 74.1%

R = 21.12%
G = 4.78%
B = 74.1%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#350CBA (or 0x350CBA) is known color: Ultramarine. HEX triplet: 35, 0C and BA. RGB value is (53,12,186). Sum of RGB (Red+Green+Blue) = 53+12+186=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #350CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350CBA is #CAF345. Grayscale: #2B2B2B. Windows color (decimal): -13300550 or 12192821. OLE color: 12192821.

HSL color Cylindrical-coordinate representation of color #350CBA: hue angle of 254.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350CBA is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 12 186 -
CMYK 0.72 0.94 0 0.27
HSL 254.14º 0.88% 0.39% -
HSV(B) 254.14º 0.94% 0.73% -
XYZ 10.46 4.56 46.78 -
YUV 44.1 208.08 134.35 -
System Red Green Blue C M Y K H S L
Decimal 53 12 186 0.72 0.94 0 0.27 254.14 0.88 0.39
Hex 35 C BA 48 5E 0 1B FE 58 27
Octal 65 14 272 110 136 0 33 376 130 47
Binary 110101 1100 10111010 1001000 1011110 0 11011 11111110 1011000 100111

Color Harmonies of #350CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350CBA

Black with #350CBA

Text Example


Text Example

White with #350CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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