Html Css Color HEX #340FBA Ultramarine

📋 copy color: '#340FBA'

red 52 ◦ green 15 ◦ blue 186

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

Shades of Ultramarine #340FBA

Tints of Ultramarine #340FBA

RGB

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

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

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

R = 20.55%
G = 5.93%
B = 73.52%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#340FBA (or 0x340FBA) is known color: Ultramarine. HEX triplet: 34, 0F and BA. RGB value is (52,15,186). Sum of RGB (Red+Green+Blue) = 52+15+186=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #340FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340FBA is #CBF045. Grayscale: #2C2C2C. Windows color (decimal): -13365318 or 12193588. OLE color: 12193588.

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

Color convert

RGB 52 15 186 -
CMYK 0.72 0.92 0 0.27
HSL 252.98º 0.85% 0.39% -
HSV(B) 252.98º 0.92% 0.73% -
XYZ 10.45 4.62 46.79 -
YUV 45.56 207.26 132.6 -
System Red Green Blue C M Y K H S L
Decimal 52 15 186 0.72 0.92 0 0.27 252.98 0.85 0.39
Hex 34 F BA 48 5C 0 1B FD 55 27
Octal 64 17 272 110 134 0 33 375 125 47
Binary 110100 1111 10111010 1001000 1011100 0 11011 11111101 1010101 100111

Color Harmonies of #340FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340FBA

Black with #340FBA

Text Example


Text Example

White with #340FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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