Html Css Color HEX #3506BC Ultramarine

📋 copy color: '#3506BC'

red 53 ◦ green 6 ◦ blue 188

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

Shades of Ultramarine #3506BC

Tints of Ultramarine #3506BC

RGB

 RED value IS 53 (21.09% from 255) = 21.46%

 GREEN value IS 6 (2.73% from 255) = 2.43%

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

R = 21.46%
G = 2.43%
B = 76.11%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3506BC (or 0x3506BC) is known color: Ultramarine. HEX triplet: 35, 06 and BC. RGB value is (53,6,188). Sum of RGB (Red+Green+Blue) = 53+6+188=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 188 (73.83% from 255 or 76.11% from 247); Max value from RGB is 188 - color contains mainly: blue. Hex color #3506BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3506BC is #CAF943. Grayscale: #282828. Windows color (decimal): -13302084 or 12322357. OLE color: 12322357.

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

Color convert

RGB 53 6 188 -
CMYK 0.72 0.97 0 0.26
HSL 255.49º 0.94% 0.38% -
HSV(B) 255.49º 0.97% 0.74% -
XYZ 10.61 4.52 47.89 -
YUV 40.8 211.07 136.7 -
System Red Green Blue C M Y K H S L
Decimal 53 6 188 0.72 0.97 0 0.26 255.49 0.94 0.38
Hex 35 6 BC 48 61 0 1A FF 5E 26
Octal 65 6 274 110 141 0 32 377 136 46
Binary 110101 110 10111100 1001000 1100001 0 11010 11111111 1011110 100110

Color Harmonies of #3506BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3506BC

Black with #3506BC

Text Example


Text Example

White with #3506BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,6,188); }

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

background-color css

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

 a { background-color: rgb(53,6,188); }

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

border-color css

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

 span { border-color: rgb(53,6,188); }

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