Html Css Color HEX #340BBC Ultramarine

📋 copy color: '#340BBC'

red 52 ◦ green 11 ◦ blue 188

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

Shades of Ultramarine #340BBC

Tints of Ultramarine #340BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.9%

R = 20.72%
G = 4.38%
B = 74.9%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#340BBC (or 0x340BBC) is known color: Ultramarine. HEX triplet: 34, 0B and BC. RGB value is (52,11,188). Sum of RGB (Red+Green+Blue) = 52+11+188=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #340BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340BBC is #CBF443. Grayscale: #2A2A2A. Windows color (decimal): -13366340 or 12323636. OLE color: 12323636.

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

Color convert

RGB 52 11 188 -
CMYK 0.72 0.94 0 0.26
HSL 253.9º 0.89% 0.39% -
HSV(B) 253.9º 0.94% 0.74% -
XYZ 10.61 4.6 47.91 -
YUV 43.44 209.58 134.11 -
System Red Green Blue C M Y K H S L
Decimal 52 11 188 0.72 0.94 0 0.26 253.9 0.89 0.39
Hex 34 B BC 48 5E 0 1A FE 59 27
Octal 64 13 274 110 136 0 32 376 131 47
Binary 110100 1011 10111100 1001000 1011110 0 11010 11111110 1011001 100111

Color Harmonies of #340BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340BBC

Black with #340BBC

Text Example


Text Example

White with #340BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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