Html Css Color HEX #340CBA Ultramarine

📋 copy color: '#340CBA'

red 52 ◦ green 12 ◦ blue 186

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

Shades of Ultramarine #340CBA

Tints of Ultramarine #340CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

 BLUE value IS 186 (73.05% from 255) = 74.4%

R = 20.8%
G = 4.8%
B = 74.4%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#340CBA (or 0x340CBA) is known color: Ultramarine. HEX triplet: 34, 0C and BA. RGB value is (52,12,186). Sum of RGB (Red+Green+Blue) = 52+12+186=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #340CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340CBA is #CBF345. Grayscale: #2B2B2B. Windows color (decimal): -13366086 or 12192820. OLE color: 12192820.

HSL color Cylindrical-coordinate representation of color #340CBA: hue angle of 253.79º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340CBA is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 12 186 -
CMYK 0.72 0.94 0 0.27
HSL 253.79º 0.88% 0.39% -
HSV(B) 253.79º 0.94% 0.73% -
XYZ 10.41 4.54 46.78 -
YUV 43.8 208.25 133.85 -
System Red Green Blue C M Y K H S L
Decimal 52 12 186 0.72 0.94 0 0.27 253.79 0.88 0.39
Hex 34 C BA 48 5E 0 1B FE 58 27
Octal 64 14 272 110 136 0 33 376 130 47
Binary 110100 1100 10111010 1001000 1011110 0 11011 11111110 1011000 100111

Color Harmonies of #340CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340CBA

Black with #340CBA

Text Example


Text Example

White with #340CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,12,186); }

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

background-color css

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

 a { background-color: rgb(52,12,186); }

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

border-color css

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

 span { border-color: rgb(52,12,186); }

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