Html Css Color HEX #3508BC Ultramarine

📋 copy color: '#3508BC'

red 53 ◦ green 8 ◦ blue 188

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

Shades of Ultramarine #3508BC

Tints of Ultramarine #3508BC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

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

R = 21.29%
G = 3.21%
B = 75.5%

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

#3508BC (or 0x3508BC) is known color: Ultramarine. HEX triplet: 35, 08 and BC. RGB value is (53,8,188). Sum of RGB (Red+Green+Blue) = 53+8+188=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #3508BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3508BC is #CAF743. Grayscale: #292929. Windows color (decimal): -13301572 or 12322869. OLE color: 12322869.

HSL color Cylindrical-coordinate representation of color #3508BC: hue angle of 255º degrees, saturation: 0.92, 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 #3508BC is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 8 188 -
CMYK 0.72 0.96 0 0.26
HSL 255º 0.92% 0.38% -
HSV(B) 255º 0.96% 0.74% -
XYZ 10.63 4.56 47.9 -
YUV 41.98 210.41 135.86 -
System Red Green Blue C M Y K H S L
Decimal 53 8 188 0.72 0.96 0 0.26 255 0.92 0.38
Hex 35 8 BC 48 60 0 1A FF 5C 26
Octal 65 10 274 110 140 0 32 377 134 46
Binary 110101 1000 10111100 1001000 1100000 0 11010 11111111 1011100 100110

Color Harmonies of #3508BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3508BC

Black with #3508BC

Text Example


Text Example

White with #3508BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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