Html Css Color HEX #350FBA Ultramarine

📋 copy color: '#350FBA'

red 53 ◦ green 15 ◦ blue 186

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

Shades of Ultramarine #350FBA

Tints of Ultramarine #350FBA

RGB

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

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

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

R = 20.87%
G = 5.91%
B = 73.23%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#350FBA (or 0x350FBA) is known color: Ultramarine. HEX triplet: 35, 0F and BA. RGB value is (53,15,186). Sum of RGB (Red+Green+Blue) = 53+15+186=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #350FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350FBA is #CAF045. Grayscale: #2D2D2D. Windows color (decimal): -13299782 or 12193589. OLE color: 12193589.

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

Color convert

RGB 53 15 186 -
CMYK 0.72 0.92 0 0.27
HSL 253.33º 0.85% 0.39% -
HSV(B) 253.33º 0.92% 0.73% -
XYZ 10.5 4.64 46.8 -
YUV 45.86 207.09 133.1 -
System Red Green Blue C M Y K H S L
Decimal 53 15 186 0.72 0.92 0 0.27 253.33 0.85 0.39
Hex 35 F BA 48 5C 0 1B FD 55 27
Octal 65 17 272 110 134 0 33 375 125 47
Binary 110101 1111 10111010 1001000 1011100 0 11011 11111101 1010101 100111

Color Harmonies of #350FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350FBA

Black with #350FBA

Text Example


Text Example

White with #350FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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