Html Css Color HEX #3407BB Ultramarine

📋 copy color: '#3407BB'

red 52 ◦ green 7 ◦ blue 187

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

Shades of Ultramarine #3407BB

Tints of Ultramarine #3407BB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

 BLUE value IS 187 (73.44% from 255) = 76.02%

R = 21.14%
G = 2.85%
B = 76.02%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3407BB (or 0x3407BB) is known color: Ultramarine. HEX triplet: 34, 07 and BB. RGB value is (52,7,187). Sum of RGB (Red+Green+Blue) = 52+7+187=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #3407BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3407BB is #CBF844. Grayscale: #282828. Windows color (decimal): -13367365 or 12257076. OLE color: 12257076.

HSL color Cylindrical-coordinate representation of color #3407BB: hue angle of 255º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3407BB is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 7 187 -
CMYK 0.72 0.96 0 0.27
HSL 255º 0.93% 0.38% -
HSV(B) 255º 0.96% 0.73% -
XYZ 10.46 4.47 47.33 -
YUV 40.98 210.41 135.86 -
System Red Green Blue C M Y K H S L
Decimal 52 7 187 0.72 0.96 0 0.27 255 0.93 0.38
Hex 34 7 BB 48 60 0 1B FF 5D 26
Octal 64 7 273 110 140 0 33 377 135 46
Binary 110100 111 10111011 1001000 1100000 0 11011 11111111 1011101 100110

Color Harmonies of #3407BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3407BB

Black with #3407BB

Text Example


Text Example

White with #3407BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3407BB; }

 p { color: rgb(52,7,187); }

 H1.HeaderClassName
 {
   color: #3407BB;
 }
 .AnyTagClassName
 {
   color: #3407BB;
 }
</style>

background-color css

<style>
 a { background-color: #3407BB; }

 a { background-color: rgb(52,7,187); }

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

border-color css

<style>
 span { border-color: #3407BB; }

 span { border-color: rgb(52,7,187); }

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