Html Css Color HEX #3300BB Ultramarine

📋 copy color: '#3300BB'

red 51 ◦ green 0 ◦ blue 187

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

Shades of Ultramarine #3300BB

Tints of Ultramarine #3300BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 187 (73.44% from 255) = 78.57%

R = 21.43%
G = 0%
B = 78.57%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3300BB (or 0x3300BB) is known color: Ultramarine. HEX triplet: 33, 00 and BB. RGB value is (51,0,187). Sum of RGB (Red+Green+Blue) = 51+0+187=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #3300BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300BB is #CCFF44. Grayscale: #232323. Windows color (decimal): -13434693 or 12255283. OLE color: 12255283.

HSL color Cylindrical-coordinate representation of color #3300BB: hue angle of 256.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300BB is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 0 187 -
CMYK 0.73 1 0 0.27
HSL 256.36º 1% 0.37% -
HSV(B) 256.36º 1% 0.73% -
XYZ 10.33 4.29 47.3 -
YUV 36.57 212.9 138.29 -
System Red Green Blue C M Y K H S L
Decimal 51 0 187 0.73 1 0 0.27 256.36 1 0.37
Hex 33 0 BB 49 64 0 1B 100 64 25
Octal 63 0 273 111 144 0 33 400 144 45
Binary 110011 0 10111011 1001001 1100100 0 11011 100000000 1100100 100101

Color Harmonies of #3300BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300BB

Black with #3300BB

Text Example


Text Example

White with #3300BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3300BB; }

 p { color: rgb(51,0,187); }

 H1.HeaderClassName
 {
   color: #3300BB;
 }
 .AnyTagClassName
 {
   color: #3300BB;
 }
</style>

background-color css

<style>
 a { background-color: #3300BB; }

 a { background-color: rgb(51,0,187); }

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

border-color css

<style>
 span { border-color: #3300BB; }

 span { border-color: rgb(51,0,187); }

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