Html Css Color HEX #340BAC Ultramarine

📋 copy color: '#340BAC'

red 52 ◦ green 11 ◦ blue 172

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

Shades of Ultramarine #340BAC

Tints of Ultramarine #340BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.68%

 BLUE value IS 172 (67.58% from 255) = 73.19%

R = 22.13%
G = 4.68%
B = 73.19%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#340BAC (or 0x340BAC) is known color: Ultramarine. HEX triplet: 34, 0B and AC. RGB value is (52,11,172). Sum of RGB (Red+Green+Blue) = 52+11+172=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #340BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340BAC is #CBF453. Grayscale: #292929. Windows color (decimal): -13366356 or 11275060. OLE color: 11275060.

HSL color Cylindrical-coordinate representation of color #340BAC: hue angle of 255.28º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340BAC is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 11 172 -
CMYK 0.70 0.94 0 0.33
HSL 255.28º 0.88% 0.36% -
HSV(B) 255.28º 0.94% 0.67% -
XYZ 8.98 3.95 39.32 -
YUV 41.61 201.58 135.41 -
System Red Green Blue C M Y K H S L
Decimal 52 11 172 0.70 0.94 0 0.33 255.28 0.88 0.36
Hex 34 B AC 46 5E 0 21 FF 58 24
Octal 64 13 254 106 136 0 41 377 130 44
Binary 110100 1011 10101100 1000110 1011110 0 100001 11111111 1011000 100100

Color Harmonies of #340BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340BAC

Black with #340BAC

Text Example


Text Example

White with #340BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,11,172); }

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

background-color css

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

 a { background-color: rgb(52,11,172); }

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

border-color css

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

 span { border-color: rgb(52,11,172); }

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