Html Css Color HEX #3319AF Ultramarine

📋 copy color: '#3319AF'

red 51 ◦ green 25 ◦ blue 175

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

Shades of Ultramarine #3319AF

Tints of Ultramarine #3319AF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

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

R = 20.32%
G = 9.96%
B = 69.72%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3319AF (or 0x3319AF) is known color: Ultramarine. HEX triplet: 33, 19 and AF. RGB value is (51,25,175). Sum of RGB (Red+Green+Blue) = 51+25+175=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #3319AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3319AF is #CCE650. Grayscale: #313131. Windows color (decimal): -13428305 or 11475251. OLE color: 11475251.

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

Color convert

RGB 51 25 175 -
CMYK 0.71 0.86 0 0.31
HSL 250.4º 0.75% 0.39% -
HSV(B) 250.4º 0.86% 0.69% -
XYZ 9.45 4.49 40.93 -
YUV 49.87 198.61 128.8 -
System Red Green Blue C M Y K H S L
Decimal 51 25 175 0.71 0.86 0 0.31 250.4 0.75 0.39
Hex 33 19 AF 47 56 0 1F FA 4B 27
Octal 63 31 257 107 126 0 37 372 113 47
Binary 110011 11001 10101111 1000111 1010110 0 11111 11111010 1001011 100111

Color Harmonies of #3319AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3319AF

Black with #3319AF

Text Example


Text Example

White with #3319AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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