Html Css Color HEX #3301BA Ultramarine

📋 copy color: '#3301BA'

red 51 ◦ green 1 ◦ blue 186

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

Shades of Ultramarine #3301BA

Tints of Ultramarine #3301BA

RGB

 RED value IS 51 (20.31% from 255) = 21.43%

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

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

R = 21.43%
G = 0.42%
B = 78.15%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3301BA (or 0x3301BA) is known color: Ultramarine. HEX triplet: 33, 01 and BA. RGB value is (51,1,186). Sum of RGB (Red+Green+Blue) = 51+1+186=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #3301BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3301BA is #CCFE45. Grayscale: #242424. Windows color (decimal): -13434438 or 12190003. OLE color: 12190003.

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

Color convert

RGB 51 1 186 -
CMYK 0.73 0.99 0 0.27
HSL 256.22º 0.99% 0.37% -
HSV(B) 256.22º 0.99% 0.73% -
XYZ 10.24 4.27 46.74 -
YUV 37.04 212.07 137.96 -
System Red Green Blue C M Y K H S L
Decimal 51 1 186 0.73 0.99 0 0.27 256.22 0.99 0.37
Hex 33 1 BA 49 63 0 1B 100 63 25
Octal 63 1 272 111 143 0 33 400 143 45
Binary 110011 1 10111010 1001001 1100011 0 11011 100000000 1100011 100101

Color Harmonies of #3301BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3301BA

Black with #3301BA

Text Example


Text Example

White with #3301BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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