Html Css Color HEX #3409BC Ultramarine

📋 copy color: '#3409BC'

red 52 ◦ green 9 ◦ blue 188

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

Shades of Ultramarine #3409BC

Tints of Ultramarine #3409BC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

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

R = 20.88%
G = 3.61%
B = 75.5%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3409BC (or 0x3409BC) is known color: Ultramarine. HEX triplet: 34, 09 and BC. RGB value is (52,9,188). Sum of RGB (Red+Green+Blue) = 52+9+188=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #3409BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3409BC is #CBF643. Grayscale: #292929. Windows color (decimal): -13366852 or 12323124. OLE color: 12323124.

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

Color convert

RGB 52 9 188 -
CMYK 0.72 0.95 0 0.26
HSL 254.41º 0.91% 0.39% -
HSV(B) 254.41º 0.95% 0.74% -
XYZ 10.59 4.56 47.9 -
YUV 42.26 210.25 134.95 -
System Red Green Blue C M Y K H S L
Decimal 52 9 188 0.72 0.95 0 0.26 254.41 0.91 0.39
Hex 34 9 BC 48 5F 0 1A FE 5B 27
Octal 64 11 274 110 137 0 32 376 133 47
Binary 110100 1001 10111100 1001000 1011111 0 11010 11111110 1011011 100111

Color Harmonies of #3409BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3409BC

Black with #3409BC

Text Example


Text Example

White with #3409BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3409BC; }

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

 H1.HeaderClassName
 {
   color: #3409BC;
 }
 .AnyTagClassName
 {
   color: #3409BC;
 }
</style>

background-color css

<style>
 a { background-color: #3409BC; }

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

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

border-color css

<style>
 span { border-color: #3409BC; }

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

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