Html Css Color HEX #3701BA Ultramarine

📋 copy color: '#3701BA'

red 55 ◦ green 1 ◦ blue 186

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

Shades of Ultramarine #3701BA

Tints of Ultramarine #3701BA

RGB

 RED value IS 55 (21.88% from 255) = 22.73%

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

 BLUE value IS 186 (73.05% from 255) = 76.86%

R = 22.73%
G = 0.41%
B = 76.86%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3701BA (or 0x3701BA) is known color: Ultramarine. HEX triplet: 37, 01 and BA. RGB value is (55,1,186). Sum of RGB (Red+Green+Blue) = 55+1+186=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #3701BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3701BA is #C8FE45. Grayscale: #252525. Windows color (decimal): -13172294 or 12190007. OLE color: 12190007.

HSL color Cylindrical-coordinate representation of color #3701BA: hue angle of 257.51º 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 #3701BA is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 1 186 -
CMYK 0.70 0.99 0 0.27
HSL 257.51º 0.99% 0.37% -
HSV(B) 257.51º 0.99% 0.73% -
XYZ 10.45 4.38 46.75 -
YUV 38.24 211.39 139.96 -
System Red Green Blue C M Y K H S L
Decimal 55 1 186 0.70 0.99 0 0.27 257.51 0.99 0.37
Hex 37 1 BA 46 63 0 1B 102 63 25
Octal 67 1 272 106 143 0 33 402 143 45
Binary 110111 1 10111010 1000110 1100011 0 11011 100000010 1100011 100101

Color Harmonies of #3701BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3701BA

Black with #3701BA

Text Example


Text Example

White with #3701BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3701BA; }

 p { color: rgb(55,1,186); }

 H1.HeaderClassName
 {
   color: #3701BA;
 }
 .AnyTagClassName
 {
   color: #3701BA;
 }
</style>

background-color css

<style>
 a { background-color: #3701BA; }

 a { background-color: rgb(55,1,186); }

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

border-color css

<style>
 span { border-color: #3701BA; }

 span { border-color: rgb(55,1,186); }

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