Html Css Color HEX #350BAB Ultramarine

📋 copy color: '#350BAB'

red 53 ◦ green 11 ◦ blue 171

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

Shades of Ultramarine #350BAB

Tints of Ultramarine #350BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 72.77%

R = 22.55%
G = 4.68%
B = 72.77%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#350BAB (or 0x350BAB) is known color: Ultramarine. HEX triplet: 35, 0B and AB. RGB value is (53,11,171). Sum of RGB (Red+Green+Blue) = 53+11+171=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #350BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350BAB is #CAF454. Grayscale: #292929. Windows color (decimal): -13300821 or 11209525. OLE color: 11209525.

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

Color convert

RGB 53 11 171 -
CMYK 0.69 0.94 0 0.33
HSL 255.75º 0.88% 0.36% -
HSV(B) 255.75º 0.94% 0.67% -
XYZ 8.94 3.94 38.82 -
YUV 41.8 200.91 135.99 -
System Red Green Blue C M Y K H S L
Decimal 53 11 171 0.69 0.94 0 0.33 255.75 0.88 0.36
Hex 35 B AB 45 5E 0 21 100 58 24
Octal 65 13 253 105 136 0 41 400 130 44
Binary 110101 1011 10101011 1000101 1011110 0 100001 100000000 1011000 100100

Color Harmonies of #350BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350BAB

Black with #350BAB

Text Example


Text Example

White with #350BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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