Html Css Color HEX #340EBC Ultramarine

📋 copy color: '#340EBC'

red 52 ◦ green 14 ◦ blue 188

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

Shades of Ultramarine #340EBC

Tints of Ultramarine #340EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.02%

R = 20.47%
G = 5.51%
B = 74.02%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#340EBC (or 0x340EBC) is known color: Ultramarine. HEX triplet: 34, 0E and BC. RGB value is (52,14,188). Sum of RGB (Red+Green+Blue) = 52+14+188=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #340EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340EBC is #CBF143. Grayscale: #2C2C2C. Windows color (decimal): -13365572 or 12324404. OLE color: 12324404.

HSL color Cylindrical-coordinate representation of color #340EBC: hue angle of 253.1º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340EBC is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 14 188 -
CMYK 0.72 0.93 0 0.26
HSL 253.1º 0.86% 0.4% -
HSV(B) 253.1º 0.93% 0.74% -
XYZ 10.65 4.67 47.92 -
YUV 45.2 208.59 132.85 -
System Red Green Blue C M Y K H S L
Decimal 52 14 188 0.72 0.93 0 0.26 253.1 0.86 0.4
Hex 34 E BC 48 5D 0 1A FD 56 28
Octal 64 16 274 110 135 0 32 375 126 50
Binary 110100 1110 10111100 1001000 1011101 0 11010 11111101 1010110 101000

Color Harmonies of #340EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340EBC

Black with #340EBC

Text Example


Text Example

White with #340EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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