Html Css Color HEX #3503BC Ultramarine

📋 copy color: '#3503BC'

red 53 ◦ green 3 ◦ blue 188

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

Shades of Ultramarine #3503BC

Tints of Ultramarine #3503BC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

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

R = 21.72%
G = 1.23%
B = 77.05%

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

#3503BC (or 0x3503BC) is known color: Ultramarine. HEX triplet: 35, 03 and BC. RGB value is (53,3,188). Sum of RGB (Red+Green+Blue) = 53+3+188=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #3503BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3503BC is #CAFC43. Grayscale: #262626. Windows color (decimal): -13302852 or 12321589. OLE color: 12321589.

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

Color convert

RGB 53 3 188 -
CMYK 0.72 0.98 0 0.26
HSL 256.22º 0.97% 0.37% -
HSV(B) 256.22º 0.98% 0.74% -
XYZ 10.58 4.45 47.88 -
YUV 39.04 212.07 137.96 -
System Red Green Blue C M Y K H S L
Decimal 53 3 188 0.72 0.98 0 0.26 256.22 0.97 0.37
Hex 35 3 BC 48 62 0 1A 100 61 25
Octal 65 3 274 110 142 0 32 400 141 45
Binary 110101 11 10111100 1001000 1100010 0 11010 100000000 1100001 100101

Color Harmonies of #3503BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3503BC

Black with #3503BC

Text Example


Text Example

White with #3503BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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