Html Css Color HEX #3309AF Ultramarine

📋 copy color: '#3309AF'

red 51 ◦ green 9 ◦ blue 175

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

Shades of Ultramarine #3309AF

Tints of Ultramarine #3309AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

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

R = 21.7%
G = 3.83%
B = 74.47%

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

#3309AF (or 0x3309AF) is known color: Ultramarine. HEX triplet: 33, 09 and AF. RGB value is (51,9,175). Sum of RGB (Red+Green+Blue) = 51+9+175=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #3309AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3309AF is #CCF650. Grayscale: #272727. Windows color (decimal): -13432401 or 11471155. OLE color: 11471155.

HSL color Cylindrical-coordinate representation of color #3309AF: hue angle of 255.18º degrees, saturation: 0.9, 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 #3309AF is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 9 175 -
CMYK 0.71 0.95 0 0.31
HSL 255.18º 0.9% 0.36% -
HSV(B) 255.18º 0.95% 0.69% -
XYZ 9.2 3.99 40.84 -
YUV 40.48 203.91 135.5 -
System Red Green Blue C M Y K H S L
Decimal 51 9 175 0.71 0.95 0 0.31 255.18 0.9 0.36
Hex 33 9 AF 47 5F 0 1F FF 5A 24
Octal 63 11 257 107 137 0 37 377 132 44
Binary 110011 1001 10101111 1000111 1011111 0 11111 11111111 1011010 100100

Color Harmonies of #3309AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3309AF

Black with #3309AF

Text Example


Text Example

White with #3309AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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