Html Css Color HEX #3308BA Ultramarine

📋 copy color: '#3308BA'

red 51 ◦ green 8 ◦ blue 186

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

Shades of Ultramarine #3308BA

Tints of Ultramarine #3308BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

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

R = 20.82%
G = 3.27%
B = 75.92%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3308BA (or 0x3308BA) is known color: Ultramarine. HEX triplet: 33, 08 and BA. RGB value is (51,8,186). Sum of RGB (Red+Green+Blue) = 51+8+186=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #3308BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3308BA is #CCF745. Grayscale: #282828. Windows color (decimal): -13432646 or 12191795. OLE color: 12191795.

HSL color Cylindrical-coordinate representation of color #3308BA: hue angle of 254.49º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3308BA is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 8 186 -
CMYK 0.73 0.96 0 0.27
HSL 254.49º 0.92% 0.38% -
HSV(B) 254.49º 0.96% 0.73% -
XYZ 10.32 4.42 46.76 -
YUV 41.15 209.75 135.03 -
System Red Green Blue C M Y K H S L
Decimal 51 8 186 0.73 0.96 0 0.27 254.49 0.92 0.38
Hex 33 8 BA 49 60 0 1B FE 5C 26
Octal 63 10 272 111 140 0 33 376 134 46
Binary 110011 1000 10111010 1001001 1100000 0 11011 11111110 1011100 100110

Color Harmonies of #3308BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3308BA

Black with #3308BA

Text Example


Text Example

White with #3308BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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