Html Css Color HEX #3308AF Ultramarine

📋 copy color: '#3308AF'

red 51 ◦ green 8 ◦ blue 175

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

Shades of Ultramarine #3308AF

Tints of Ultramarine #3308AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 74.79%

R = 21.79%
G = 3.42%
B = 74.79%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3308AF (or 0x3308AF) is known color: Ultramarine. HEX triplet: 33, 08 and AF. RGB value is (51,8,175). Sum of RGB (Red+Green+Blue) = 51+8+175=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #3308AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3308AF is #CCF750. Grayscale: #272727. Windows color (decimal): -13432657 or 11470899. OLE color: 11470899.

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

Color convert

RGB 51 8 175 -
CMYK 0.71 0.95 0 0.31
HSL 255.45º 0.91% 0.36% -
HSV(B) 255.45º 0.95% 0.69% -
XYZ 9.19 3.97 40.84 -
YUV 39.9 204.25 135.92 -
System Red Green Blue C M Y K H S L
Decimal 51 8 175 0.71 0.95 0 0.31 255.45 0.91 0.36
Hex 33 8 AF 47 5F 0 1F FF 5B 24
Octal 63 10 257 107 137 0 37 377 133 44
Binary 110011 1000 10101111 1000111 1011111 0 11111 11111111 1011011 100100

Color Harmonies of #3308AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3308AF

Black with #3308AF

Text Example


Text Example

White with #3308AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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