Html Css Color HEX #340EAE Ultramarine

📋 copy color: '#340EAE'

red 52 ◦ green 14 ◦ blue 174

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

Shades of Ultramarine #340EAE

Tints of Ultramarine #340EAE

RGB

 RED value IS 52 (20.7% from 255) = 21.67%

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

 BLUE value IS 174 (68.36% from 255) = 72.5%

R = 21.67%
G = 5.83%
B = 72.5%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#340EAE (or 0x340EAE) is known color: Ultramarine. HEX triplet: 34, 0E and AE. RGB value is (52,14,174). Sum of RGB (Red+Green+Blue) = 52+14+174=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #340EAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340EAE is #CBF151. Grayscale: #2B2B2B. Windows color (decimal): -13365586 or 11406900. OLE color: 11406900.

HSL color Cylindrical-coordinate representation of color #340EAE: hue angle of 254.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340EAE is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 14 174 -
CMYK 0.70 0.92 0 0.32
HSL 254.25º 0.85% 0.37% -
HSV(B) 254.25º 0.92% 0.68% -
XYZ 9.21 4.1 40.35 -
YUV 43.6 201.59 133.99 -
System Red Green Blue C M Y K H S L
Decimal 52 14 174 0.70 0.92 0 0.32 254.25 0.85 0.37
Hex 34 E AE 46 5C 0 20 FE 55 25
Octal 64 16 256 106 134 0 40 376 125 45
Binary 110100 1110 10101110 1000110 1011100 0 100000 11111110 1010101 100101

Color Harmonies of #340EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340EAE

Black with #340EAE

Text Example


Text Example

White with #340EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340EAE; }

 p { color: rgb(52,14,174); }

 H1.HeaderClassName
 {
   color: #340EAE;
 }
 .AnyTagClassName
 {
   color: #340EAE;
 }
</style>

background-color css

<style>
 a { background-color: #340EAE; }

 a { background-color: rgb(52,14,174); }

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

border-color css

<style>
 span { border-color: #340EAE; }

 span { border-color: rgb(52,14,174); }

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