Html Css Color HEX #330CBA Ultramarine

📋 copy color: '#330CBA'

red 51 ◦ green 12 ◦ blue 186

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

Shades of Ultramarine #330CBA

Tints of Ultramarine #330CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.82%

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

R = 20.48%
G = 4.82%
B = 74.7%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#330CBA (or 0x330CBA) is known color: Ultramarine. HEX triplet: 33, 0C and BA. RGB value is (51,12,186). Sum of RGB (Red+Green+Blue) = 51+12+186=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #330CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CBA is #CCF345. Grayscale: #2A2A2A. Windows color (decimal): -13431622 or 12192819. OLE color: 12192819.

HSL color Cylindrical-coordinate representation of color #330CBA: hue angle of 253.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330CBA is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 12 186 -
CMYK 0.73 0.94 0 0.27
HSL 253.45º 0.88% 0.39% -
HSV(B) 253.45º 0.94% 0.73% -
XYZ 10.36 4.51 46.78 -
YUV 43.5 208.42 133.35 -
System Red Green Blue C M Y K H S L
Decimal 51 12 186 0.73 0.94 0 0.27 253.45 0.88 0.39
Hex 33 C BA 49 5E 0 1B FD 58 27
Octal 63 14 272 111 136 0 33 375 130 47
Binary 110011 1100 10111010 1001001 1011110 0 11011 11111101 1011000 100111

Color Harmonies of #330CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CBA

Black with #330CBA

Text Example


Text Example

White with #330CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330CBA; }

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

 H1.HeaderClassName
 {
   color: #330CBA;
 }
 .AnyTagClassName
 {
   color: #330CBA;
 }
</style>

background-color css

<style>
 a { background-color: #330CBA; }

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

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

border-color css

<style>
 span { border-color: #330CBA; }

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

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