Html Css Color HEX #350BBD Ultramarine

📋 copy color: '#350BBD'

red 53 ◦ green 11 ◦ blue 189

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

Shades of Ultramarine #350BBD

Tints of Ultramarine #350BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 74.7%

R = 20.95%
G = 4.35%
B = 74.7%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#350BBD (or 0x350BBD) is known color: Ultramarine. HEX triplet: 35, 0B and BD. RGB value is (53,11,189). Sum of RGB (Red+Green+Blue) = 53+11+189=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #350BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BBD is #CAF442. Grayscale: #2B2B2B. Windows color (decimal): -13300803 or 12389173. OLE color: 12389173.

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

Color convert

RGB 53 11 189 -
CMYK 0.72 0.94 0 0.26
HSL 254.16º 0.89% 0.39% -
HSV(B) 254.16º 0.94% 0.74% -
XYZ 10.77 4.67 48.48 -
YUV 43.85 209.91 134.53 -
System Red Green Blue C M Y K H S L
Decimal 53 11 189 0.72 0.94 0 0.26 254.16 0.89 0.39
Hex 35 B BD 48 5E 0 1A FE 59 27
Octal 65 13 275 110 136 0 32 376 131 47
Binary 110101 1011 10111101 1001000 1011110 0 11010 11111110 1011001 100111

Color Harmonies of #350BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350BBD

Black with #350BBD

Text Example


Text Example

White with #350BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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