Html Css Color HEX #3504BC Ultramarine

📋 copy color: '#3504BC'

red 53 ◦ green 4 ◦ blue 188

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

Shades of Ultramarine #3504BC

Tints of Ultramarine #3504BC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 21.63%
G = 1.63%
B = 76.73%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3504BC (or 0x3504BC) is known color: Ultramarine. HEX triplet: 35, 04 and BC. RGB value is (53,4,188). Sum of RGB (Red+Green+Blue) = 53+4+188=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #3504BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3504BC is #CAFB43. Grayscale: #262626. Windows color (decimal): -13302596 or 12321845. OLE color: 12321845.

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

Color convert

RGB 53 4 188 -
CMYK 0.72 0.98 0 0.26
HSL 255.98º 0.96% 0.38% -
HSV(B) 255.98º 0.98% 0.74% -
XYZ 10.59 4.47 47.88 -
YUV 39.63 211.73 137.54 -
System Red Green Blue C M Y K H S L
Decimal 53 4 188 0.72 0.98 0 0.26 255.98 0.96 0.38
Hex 35 4 BC 48 62 0 1A 100 60 26
Octal 65 4 274 110 142 0 32 400 140 46
Binary 110101 100 10111100 1001000 1100010 0 11010 100000000 1100000 100110

Color Harmonies of #3504BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3504BC

Black with #3504BC

Text Example


Text Example

White with #3504BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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