Html Css Color HEX #3300B5 Ultramarine

📋 copy color: '#3300B5'

red 51 ◦ green 0 ◦ blue 181

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

Shades of Ultramarine #3300B5

Tints of Ultramarine #3300B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 78.02%

R = 21.98%
G = 0%
B = 78.02%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3300B5 (or 0x3300B5) is known color: Ultramarine. HEX triplet: 33, 00 and B5. RGB value is (51,0,181). Sum of RGB (Red+Green+Blue) = 51+0+181=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 181 (71.09% from 255 or 78.02% from 232); Max value from RGB is 181 - color contains mainly: blue. Hex color #3300B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300B5 is #CCFF4A. Grayscale: #232323. Windows color (decimal): -13434699 or 11862067. OLE color: 11862067.

HSL color Cylindrical-coordinate representation of color #3300B5: hue angle of 256.91º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300B5 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 0 181 -
CMYK 0.72 1 0 0.29
HSL 256.91º 1% 0.35% -
HSV(B) 256.91º 1% 0.71% -
XYZ 9.71 4.04 43.98 -
YUV 35.88 209.9 138.78 -
System Red Green Blue C M Y K H S L
Decimal 51 0 181 0.72 1 0 0.29 256.91 1 0.35
Hex 33 0 B5 48 64 0 1D 101 64 23
Octal 63 0 265 110 144 0 35 401 144 43
Binary 110011 0 10110101 1001000 1100100 0 11101 100000001 1100100 100011

Color Harmonies of #3300B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300B5

Black with #3300B5

Text Example


Text Example

White with #3300B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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