Html Css Color HEX #330FBC Ultramarine

📋 copy color: '#330FBC'

red 51 ◦ green 15 ◦ blue 188

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

Shades of Ultramarine #330FBC

Tints of Ultramarine #330FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.91%

 BLUE value IS 188 (73.83% from 255) = 74.02%

R = 20.08%
G = 5.91%
B = 74.02%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#330FBC (or 0x330FBC) is known color: Ultramarine. HEX triplet: 33, 0F and BC. RGB value is (51,15,188). Sum of RGB (Red+Green+Blue) = 51+15+188=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #330FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FBC is #CCF043. Grayscale: #2C2C2C. Windows color (decimal): -13430852 or 12324659. OLE color: 12324659.

HSL color Cylindrical-coordinate representation of color #330FBC: hue angle of 252.49º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330FBC is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 15 188 -
CMYK 0.73 0.92 0 0.26
HSL 252.49º 0.85% 0.4% -
HSV(B) 252.49º 0.92% 0.74% -
XYZ 10.61 4.68 47.92 -
YUV 45.49 208.43 131.93 -
System Red Green Blue C M Y K H S L
Decimal 51 15 188 0.73 0.92 0 0.26 252.49 0.85 0.4
Hex 33 F BC 49 5C 0 1A FC 55 28
Octal 63 17 274 111 134 0 32 374 125 50
Binary 110011 1111 10111100 1001001 1011100 0 11010 11111100 1010101 101000

Color Harmonies of #330FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FBC

Black with #330FBC

Text Example


Text Example

White with #330FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,15,188); }

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

background-color css

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

 a { background-color: rgb(51,15,188); }

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

border-color css

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

 span { border-color: rgb(51,15,188); }

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