Html Css Color HEX #340BAB Ultramarine

📋 copy color: '#340BAB'

red 52 ◦ green 11 ◦ blue 171

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

Shades of Ultramarine #340BAB

Tints of Ultramarine #340BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 73.08%

R = 22.22%
G = 4.7%
B = 73.08%

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

#340BAB (or 0x340BAB) is known color: Ultramarine. HEX triplet: 34, 0B and AB. RGB value is (52,11,171). Sum of RGB (Red+Green+Blue) = 52+11+171=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #340BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340BAB is #CBF454. Grayscale: #282828. Windows color (decimal): -13366357 or 11209524. OLE color: 11209524.

HSL color Cylindrical-coordinate representation of color #340BAB: hue angle of 255.38º 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 #340BAB is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 11 171 -
CMYK 0.70 0.94 0 0.33
HSL 255.38º 0.88% 0.36% -
HSV(B) 255.38º 0.94% 0.67% -
XYZ 8.89 3.91 38.81 -
YUV 41.5 201.08 135.49 -
System Red Green Blue C M Y K H S L
Decimal 52 11 171 0.70 0.94 0 0.33 255.38 0.88 0.36
Hex 34 B AB 46 5E 0 21 FF 58 24
Octal 64 13 253 106 136 0 41 377 130 44
Binary 110100 1011 10101011 1000110 1011110 0 100001 11111111 1011000 100100

Color Harmonies of #340BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340BAB

Black with #340BAB

Text Example


Text Example

White with #340BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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