Html Css Color HEX #3604BC Ultramarine

📋 copy color: '#3604BC'

red 54 ◦ green 4 ◦ blue 188

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

Shades of Ultramarine #3604BC

Tints of Ultramarine #3604BC

RGB

 RED value IS 54 (21.48% from 255) = 21.95%

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

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

R = 21.95%
G = 1.63%
B = 76.42%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3604BC (or 0x3604BC) is known color: Ultramarine. HEX triplet: 36, 04 and BC. RGB value is (54,4,188). Sum of RGB (Red+Green+Blue) = 54+4+188=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #3604BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3604BC is #C9FB43. Grayscale: #272727. Windows color (decimal): -13237060 or 12321846. OLE color: 12321846.

HSL color Cylindrical-coordinate representation of color #3604BC: hue angle of 256.3º 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 #3604BC is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 4 188 -
CMYK 0.71 0.98 0 0.26
HSL 256.3º 0.96% 0.38% -
HSV(B) 256.3º 0.98% 0.74% -
XYZ 10.64 4.5 47.89 -
YUV 39.93 211.57 138.04 -
System Red Green Blue C M Y K H S L
Decimal 54 4 188 0.71 0.98 0 0.26 256.3 0.96 0.38
Hex 36 4 BC 47 62 0 1A 100 60 26
Octal 66 4 274 107 142 0 32 400 140 46
Binary 110110 100 10111100 1000111 1100010 0 11010 100000000 1100000 100110

Color Harmonies of #3604BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3604BC

Black with #3604BC

Text Example


Text Example

White with #3604BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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