Html Css Color HEX #340BAE Ultramarine

📋 copy color: '#340BAE'

red 52 ◦ green 11 ◦ blue 174

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

Shades of Ultramarine #340BAE

Tints of Ultramarine #340BAE

RGB

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

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

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

R = 21.94%
G = 4.64%
B = 73.42%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#340BAE (or 0x340BAE) is known color: Ultramarine. HEX triplet: 34, 0B and AE. RGB value is (52,11,174). Sum of RGB (Red+Green+Blue) = 52+11+174=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #340BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340BAE is #CBF451. Grayscale: #292929. Windows color (decimal): -13366354 or 11406132. OLE color: 11406132.

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

Color convert

RGB 52 11 174 -
CMYK 0.70 0.94 0 0.32
HSL 255.09º 0.88% 0.36% -
HSV(B) 255.09º 0.94% 0.68% -
XYZ 9.18 4.03 40.34 -
YUV 41.84 202.58 135.25 -
System Red Green Blue C M Y K H S L
Decimal 52 11 174 0.70 0.94 0 0.32 255.09 0.88 0.36
Hex 34 B AE 46 5E 0 20 FF 58 24
Octal 64 13 256 106 136 0 40 377 130 44
Binary 110100 1011 10101110 1000110 1011110 0 100000 11111111 1011000 100100

Color Harmonies of #340BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340BAE

Black with #340BAE

Text Example


Text Example

White with #340BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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