Html Css Color HEX #350BB1 Ultramarine

📋 copy color: '#350BB1'

red 53 ◦ green 11 ◦ blue 177

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

Shades of Ultramarine #350BB1

Tints of Ultramarine #350BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 73.44%

R = 21.99%
G = 4.56%
B = 73.44%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#350BB1 (or 0x350BB1) is known color: Ultramarine. HEX triplet: 35, 0B and B1. RGB value is (53,11,177). Sum of RGB (Red+Green+Blue) = 53+11+177=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 177 (69.53% from 255 or 73.44% from 241); Max value from RGB is 177 - color contains mainly: blue. Hex color #350BB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350BB1 is #CAF44E. Grayscale: #292929. Windows color (decimal): -13300815 or 11602741. OLE color: 11602741.

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

Color convert

RGB 53 11 177 -
CMYK 0.70 0.94 0 0.31
HSL 255.18º 0.88% 0.37% -
HSV(B) 255.18º 0.94% 0.69% -
XYZ 9.52 4.17 41.9 -
YUV 42.48 203.91 135.5 -
System Red Green Blue C M Y K H S L
Decimal 53 11 177 0.70 0.94 0 0.31 255.18 0.88 0.37
Hex 35 B B1 46 5E 0 1F FF 58 25
Octal 65 13 261 106 136 0 37 377 130 45
Binary 110101 1011 10110001 1000110 1011110 0 11111 11111111 1011000 100101

Color Harmonies of #350BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350BB1

Black with #350BB1

Text Example


Text Example

White with #350BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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