Html Css Color HEX #3400BB Ultramarine

📋 copy color: '#3400BB'

red 52 ◦ green 0 ◦ blue 187

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

Shades of Ultramarine #3400BB

Tints of Ultramarine #3400BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 21.76%
G = 0%
B = 78.24%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3400BB (or 0x3400BB) is known color: Ultramarine. HEX triplet: 34, 00 and BB. RGB value is (52,0,187). Sum of RGB (Red+Green+Blue) = 52+0+187=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #3400BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3400BB is #CBFF44. Grayscale: #242424. Windows color (decimal): -13369157 or 12255284. OLE color: 12255284.

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

Color convert

RGB 52 0 187 -
CMYK 0.72 1 0 0.27
HSL 256.68º 1% 0.37% -
HSV(B) 256.68º 1% 0.73% -
XYZ 10.39 4.32 47.3 -
YUV 36.87 212.73 138.79 -
System Red Green Blue C M Y K H S L
Decimal 52 0 187 0.72 1 0 0.27 256.68 1 0.37
Hex 34 0 BB 48 64 0 1B 101 64 25
Octal 64 0 273 110 144 0 33 401 144 45
Binary 110100 0 10111011 1001000 1100100 0 11011 100000001 1100100 100101

Color Harmonies of #3400BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3400BB

Black with #3400BB

Text Example


Text Example

White with #3400BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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