Html Css Color HEX #3507BC Ultramarine

📋 copy color: '#3507BC'

red 53 ◦ green 7 ◦ blue 188

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

Shades of Ultramarine #3507BC

Tints of Ultramarine #3507BC

RGB

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

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

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

R = 21.37%
G = 2.82%
B = 75.81%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3507BC (or 0x3507BC) is known color: Ultramarine. HEX triplet: 35, 07 and BC. RGB value is (53,7,188). Sum of RGB (Red+Green+Blue) = 53+7+188=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #3507BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3507BC is #CAF843. Grayscale: #282828. Windows color (decimal): -13301828 or 12322613. OLE color: 12322613.

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

Color convert

RGB 53 7 188 -
CMYK 0.72 0.96 0 0.26
HSL 255.25º 0.93% 0.38% -
HSV(B) 255.25º 0.96% 0.74% -
XYZ 10.62 4.54 47.89 -
YUV 41.39 210.74 136.28 -
System Red Green Blue C M Y K H S L
Decimal 53 7 188 0.72 0.96 0 0.26 255.25 0.93 0.38
Hex 35 7 BC 48 60 0 1A FF 5D 26
Octal 65 7 274 110 140 0 32 377 135 46
Binary 110101 111 10111100 1001000 1100000 0 11010 11111111 1011101 100110

Color Harmonies of #3507BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3507BC

Black with #3507BC

Text Example


Text Example

White with #3507BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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