Html Css Color HEX #3500BB Ultramarine

📋 copy color: '#3500BB'

red 53 ◦ green 0 ◦ blue 187

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

Shades of Ultramarine #3500BB

Tints of Ultramarine #3500BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 187 (73.44% from 255) = 77.92%

R = 22.08%
G = 0%
B = 77.92%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3500BB (or 0x3500BB) is known color: Ultramarine. HEX triplet: 35, 00 and BB. RGB value is (53,0,187). Sum of RGB (Red+Green+Blue) = 53+0+187=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #3500BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500BB is #CAFF44. Grayscale: #242424. Windows color (decimal): -13303621 or 12255285. OLE color: 12255285.

HSL color Cylindrical-coordinate representation of color #3500BB: hue angle of 257.01º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500BB is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 0 187 -
CMYK 0.72 1 0 0.27
HSL 257.01º 1% 0.37% -
HSV(B) 257.01º 1% 0.73% -
XYZ 10.44 4.34 47.3 -
YUV 37.17 212.56 139.29 -
System Red Green Blue C M Y K H S L
Decimal 53 0 187 0.72 1 0 0.27 257.01 1 0.37
Hex 35 0 BB 48 64 0 1B 101 64 25
Octal 65 0 273 110 144 0 33 401 144 45
Binary 110101 0 10111011 1001000 1100100 0 11011 100000001 1100100 100101

Color Harmonies of #3500BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3500BB

Black with #3500BB

Text Example


Text Example

White with #3500BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3500BB; }

 p { color: rgb(53,0,187); }

 H1.HeaderClassName
 {
   color: #3500BB;
 }
 .AnyTagClassName
 {
   color: #3500BB;
 }
</style>

background-color css

<style>
 a { background-color: #3500BB; }

 a { background-color: rgb(53,0,187); }

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

border-color css

<style>
 span { border-color: #3500BB; }

 span { border-color: rgb(53,0,187); }

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