Html Css Color HEX #340FAC Ultramarine

📋 copy color: '#340FAC'

red 52 ◦ green 15 ◦ blue 172

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

Shades of Ultramarine #340FAC

Tints of Ultramarine #340FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.28%

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

R = 21.76%
G = 6.28%
B = 71.97%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#340FAC (or 0x340FAC) is known color: Ultramarine. HEX triplet: 34, 0F and AC. RGB value is (52,15,172). Sum of RGB (Red+Green+Blue) = 52+15+172=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #340FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340FAC is #CBF053. Grayscale: #2B2B2B. Windows color (decimal): -13365332 or 11276084. OLE color: 11276084.

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

Color convert

RGB 52 15 172 -
CMYK 0.70 0.91 0 0.33
HSL 254.14º 0.84% 0.37% -
HSV(B) 254.14º 0.91% 0.67% -
XYZ 9.03 4.05 39.34 -
YUV 43.96 200.26 133.73 -
System Red Green Blue C M Y K H S L
Decimal 52 15 172 0.70 0.91 0 0.33 254.14 0.84 0.37
Hex 34 F AC 46 5B 0 21 FE 54 25
Octal 64 17 254 106 133 0 41 376 124 45
Binary 110100 1111 10101100 1000110 1011011 0 100001 11111110 1010100 100101

Color Harmonies of #340FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340FAC

Black with #340FAC

Text Example


Text Example

White with #340FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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