Html Css Color HEX #3308AB Ultramarine

📋 copy color: '#3308AB'

red 51 ◦ green 8 ◦ blue 171

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

Shades of Ultramarine #3308AB

Tints of Ultramarine #3308AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 74.35%

R = 22.17%
G = 3.48%
B = 74.35%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3308AB (or 0x3308AB) is known color: Ultramarine. HEX triplet: 33, 08 and AB. RGB value is (51,8,171). Sum of RGB (Red+Green+Blue) = 51+8+171=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #3308AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3308AB is #CCF754. Grayscale: #262626. Windows color (decimal): -13432661 or 11208755. OLE color: 11208755.

HSL color Cylindrical-coordinate representation of color #3308AB: hue angle of 255.83º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3308AB is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 8 171 -
CMYK 0.70 0.95 0 0.33
HSL 255.83º 0.91% 0.35% -
HSV(B) 255.83º 0.95% 0.67% -
XYZ 8.8 3.82 38.8 -
YUV 39.44 202.25 136.25 -
System Red Green Blue C M Y K H S L
Decimal 51 8 171 0.70 0.95 0 0.33 255.83 0.91 0.35
Hex 33 8 AB 46 5F 0 21 100 5B 23
Octal 63 10 253 106 137 0 41 400 133 43
Binary 110011 1000 10101011 1000110 1011111 0 100001 100000000 1011011 100011

Color Harmonies of #3308AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3308AB

Black with #3308AB

Text Example


Text Example

White with #3308AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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