Html Css Color HEX #3314AF Ultramarine

📋 copy color: '#3314AF'

red 51 ◦ green 20 ◦ blue 175

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

Shades of Ultramarine #3314AF

Tints of Ultramarine #3314AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.13%

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

R = 20.73%
G = 8.13%
B = 71.14%

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

#3314AF (or 0x3314AF) is known color: Ultramarine. HEX triplet: 33, 14 and AF. RGB value is (51,20,175). Sum of RGB (Red+Green+Blue) = 51+20+175=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #3314AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3314AF is #CCEB50. Grayscale: #2E2E2E. Windows color (decimal): -13429585 or 11473971. OLE color: 11473971.

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

Color convert

RGB 51 20 175 -
CMYK 0.71 0.89 0 0.31
HSL 252º 0.79% 0.38% -
HSV(B) 252º 0.89% 0.69% -
XYZ 9.35 4.3 40.89 -
YUV 46.94 200.27 130.9 -
System Red Green Blue C M Y K H S L
Decimal 51 20 175 0.71 0.89 0 0.31 252 0.79 0.38
Hex 33 14 AF 47 59 0 1F FC 4F 26
Octal 63 24 257 107 131 0 37 374 117 46
Binary 110011 10100 10101111 1000111 1011001 0 11111 11111100 1001111 100110

Color Harmonies of #3314AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3314AF

Black with #3314AF

Text Example


Text Example

White with #3314AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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