Html Css Color HEX #340AAB Ultramarine

📋 copy color: '#340AAB'

red 52 ◦ green 10 ◦ blue 171

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

Shades of Ultramarine #340AAB

Tints of Ultramarine #340AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.29%

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

R = 22.32%
G = 4.29%
B = 73.39%

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

#340AAB (or 0x340AAB) is known color: Ultramarine. HEX triplet: 34, 0A and AB. RGB value is (52,10,171). Sum of RGB (Red+Green+Blue) = 52+10+171=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #340AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340AAB is #CBF554. Grayscale: #282828. Windows color (decimal): -13366613 or 11209268. OLE color: 11209268.

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

Color convert

RGB 52 10 171 -
CMYK 0.70 0.94 0 0.33
HSL 255.65º 0.89% 0.35% -
HSV(B) 255.65º 0.94% 0.67% -
XYZ 8.88 3.89 38.81 -
YUV 40.91 201.41 135.91 -
System Red Green Blue C M Y K H S L
Decimal 52 10 171 0.70 0.94 0 0.33 255.65 0.89 0.35
Hex 34 A AB 46 5E 0 21 100 59 23
Octal 64 12 253 106 136 0 41 400 131 43
Binary 110100 1010 10101011 1000110 1011110 0 100001 100000000 1011001 100011

Color Harmonies of #340AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340AAB

Black with #340AAB

Text Example


Text Example

White with #340AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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