Html Css Color HEX #3501BB Ultramarine

📋 copy color: '#3501BB'

red 53 ◦ green 1 ◦ blue 187

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

Shades of Ultramarine #3501BB

Tints of Ultramarine #3501BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 21.99%
G = 0.41%
B = 77.59%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3501BB (or 0x3501BB) is known color: Ultramarine. HEX triplet: 35, 01 and BB. RGB value is (53,1,187). Sum of RGB (Red+Green+Blue) = 53+1+187=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #3501BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3501BB is #CAFE44. Grayscale: #252525. Windows color (decimal): -13303365 or 12255541. OLE color: 12255541.

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

Color convert

RGB 53 1 187 -
CMYK 0.72 0.99 0 0.27
HSL 256.77º 0.99% 0.37% -
HSV(B) 256.77º 0.99% 0.73% -
XYZ 10.45 4.37 47.31 -
YUV 37.75 212.23 138.88 -
System Red Green Blue C M Y K H S L
Decimal 53 1 187 0.72 0.99 0 0.27 256.77 0.99 0.37
Hex 35 1 BB 48 63 0 1B 101 63 25
Octal 65 1 273 110 143 0 33 401 143 45
Binary 110101 1 10111011 1001000 1100011 0 11011 100000001 1100011 100101

Color Harmonies of #3501BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3501BB

Black with #3501BB

Text Example


Text Example

White with #3501BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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