Html Css Color HEX #3308AE Ultramarine

📋 copy color: '#3308AE'

red 51 ◦ green 8 ◦ blue 174

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

Shades of Ultramarine #3308AE

Tints of Ultramarine #3308AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 74.68%

R = 21.89%
G = 3.43%
B = 74.68%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3308AE (or 0x3308AE) is known color: Ultramarine. HEX triplet: 33, 08 and AE. RGB value is (51,8,174). Sum of RGB (Red+Green+Blue) = 51+8+174=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #3308AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3308AE is #CCF751. Grayscale: #272727. Windows color (decimal): -13432658 or 11405363. OLE color: 11405363.

HSL color Cylindrical-coordinate representation of color #3308AE: hue angle of 255.54º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3308AE is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 8 174 -
CMYK 0.71 0.95 0 0.32
HSL 255.54º 0.91% 0.36% -
HSV(B) 255.54º 0.95% 0.68% -
XYZ 9.09 3.93 40.32 -
YUV 39.78 203.75 136 -
System Red Green Blue C M Y K H S L
Decimal 51 8 174 0.71 0.95 0 0.32 255.54 0.91 0.36
Hex 33 8 AE 47 5F 0 20 100 5B 24
Octal 63 10 256 107 137 0 40 400 133 44
Binary 110011 1000 10101110 1000111 1011111 0 100000 100000000 1011011 100100

Color Harmonies of #3308AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3308AE

Black with #3308AE

Text Example


Text Example

White with #3308AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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