Html Css Color HEX #3313AF Ultramarine

📋 copy color: '#3313AF'

red 51 ◦ green 19 ◦ blue 175

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

Shades of Ultramarine #3313AF

Tints of Ultramarine #3313AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

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

R = 20.82%
G = 7.76%
B = 71.43%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3313AF (or 0x3313AF) is known color: Ultramarine. HEX triplet: 33, 13 and AF. RGB value is (51,19,175). Sum of RGB (Red+Green+Blue) = 51+19+175=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 175 (68.75% from 255 or 71.43% from 245); Max value from RGB is 175 - color contains mainly: blue. Hex color #3313AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3313AF is #CCEC50. Grayscale: #2D2D2D. Windows color (decimal): -13429841 or 11473715. OLE color: 11473715.

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

Color convert

RGB 51 19 175 -
CMYK 0.71 0.89 0 0.31
HSL 252.31º 0.8% 0.38% -
HSV(B) 252.31º 0.89% 0.69% -
XYZ 9.34 4.26 40.89 -
YUV 46.35 200.6 131.32 -
System Red Green Blue C M Y K H S L
Decimal 51 19 175 0.71 0.89 0 0.31 252.31 0.8 0.38
Hex 33 13 AF 47 59 0 1F FC 50 26
Octal 63 23 257 107 131 0 37 374 120 46
Binary 110011 10011 10101111 1000111 1011001 0 11111 11111100 1010000 100110

Color Harmonies of #3313AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3313AF

Black with #3313AF

Text Example


Text Example

White with #3313AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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