Html Css Color HEX #3308AA Ultramarine

📋 copy color: '#3308AA'

red 51 ◦ green 8 ◦ blue 170

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

Shades of Ultramarine #3308AA

Tints of Ultramarine #3308AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 74.24%

R = 22.27%
G = 3.49%
B = 74.24%

CMYK

 C value IS 0.7

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3308AA (or 0x3308AA) is known color: Ultramarine. HEX triplet: 33, 08 and AA. RGB value is (51,8,170). Sum of RGB (Red+Green+Blue) = 51+8+170=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #3308AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3308AA is #CCF755. Grayscale: #262626. Windows color (decimal): -13432662 or 11143219. OLE color: 11143219.

HSL color Cylindrical-coordinate representation of color #3308AA: hue angle of 255.93º 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 #3308AA is Cyan = 0.7, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 8 170 -
CMYK 0.7 0.95 0 0.33
HSL 255.93º 0.91% 0.35% -
HSV(B) 255.93º 0.95% 0.67% -
XYZ 8.71 3.78 38.3 -
YUV 39.33 201.75 136.33 -
System Red Green Blue C M Y K H S L
Decimal 51 8 170 0.7 0.95 0 0.33 255.93 0.91 0.35
Hex 33 8 AA 46 5F 0 21 100 5B 23
Octal 63 10 252 106 137 0 41 400 133 43
Binary 110011 1000 10101010 1000110 1011111 0 100001 100000000 1011011 100011

Color Harmonies of #3308AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3308AA

Black with #3308AA

Text Example


Text Example

White with #3308AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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