Html Css Color HEX #330EAF Ultramarine

📋 copy color: '#330EAF'

red 51 ◦ green 14 ◦ blue 175

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

Shades of Ultramarine #330EAF

Tints of Ultramarine #330EAF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.83%

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

R = 21.25%
G = 5.83%
B = 72.92%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#330EAF (or 0x330EAF) is known color: Ultramarine. HEX triplet: 33, 0E and AF. RGB value is (51,14,175). Sum of RGB (Red+Green+Blue) = 51+14+175=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #330EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330EAF is #CCF150. Grayscale: #2A2A2A. Windows color (decimal): -13431121 or 11472435. OLE color: 11472435.

HSL color Cylindrical-coordinate representation of color #330EAF: hue angle of 253.79º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330EAF is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 14 175 -
CMYK 0.71 0.92 0 0.31
HSL 253.79º 0.85% 0.37% -
HSV(B) 253.79º 0.92% 0.69% -
XYZ 9.26 4.11 40.86 -
YUV 43.42 202.26 133.41 -
System Red Green Blue C M Y K H S L
Decimal 51 14 175 0.71 0.92 0 0.31 253.79 0.85 0.37
Hex 33 E AF 47 5C 0 1F FE 55 25
Octal 63 16 257 107 134 0 37 376 125 45
Binary 110011 1110 10101111 1000111 1011100 0 11111 11111110 1010101 100101

Color Harmonies of #330EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330EAF

Black with #330EAF

Text Example


Text Example

White with #330EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330EAF; }

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

 H1.HeaderClassName
 {
   color: #330EAF;
 }
 .AnyTagClassName
 {
   color: #330EAF;
 }
</style>

background-color css

<style>
 a { background-color: #330EAF; }

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

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

border-color css

<style>
 span { border-color: #330EAF; }

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

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