Html Css Color HEX #350BBA Ultramarine

📋 copy color: '#350BBA'

red 53 ◦ green 11 ◦ blue 186

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

Shades of Ultramarine #350BBA

Tints of Ultramarine #350BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.4%

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

R = 21.2%
G = 4.4%
B = 74.4%

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

#350BBA (or 0x350BBA) is known color: Ultramarine. HEX triplet: 35, 0B and BA. RGB value is (53,11,186). Sum of RGB (Red+Green+Blue) = 53+11+186=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #350BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BBA is #CAF445. Grayscale: #2A2A2A. Windows color (decimal): -13300806 or 12192565. OLE color: 12192565.

HSL color Cylindrical-coordinate representation of color #350BBA: hue angle of 254.4º degrees, saturation: 0.89, 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 #350BBA is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 11 186 -
CMYK 0.72 0.94 0 0.27
HSL 254.4º 0.89% 0.39% -
HSV(B) 254.4º 0.94% 0.73% -
XYZ 10.45 4.54 46.78 -
YUV 43.51 208.41 134.77 -
System Red Green Blue C M Y K H S L
Decimal 53 11 186 0.72 0.94 0 0.27 254.4 0.89 0.39
Hex 35 B BA 48 5E 0 1B FE 59 27
Octal 65 13 272 110 136 0 33 376 131 47
Binary 110101 1011 10111010 1001000 1011110 0 11011 11111110 1011001 100111

Color Harmonies of #350BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350BBA

Black with #350BBA

Text Example


Text Example

White with #350BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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