Html Css Color HEX #3504B5 Ultramarine

📋 copy color: '#3504B5'

red 53 ◦ green 4 ◦ blue 181

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

Shades of Ultramarine #3504B5

Tints of Ultramarine #3504B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 76.05%

R = 22.27%
G = 1.68%
B = 76.05%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3504B5 (or 0x3504B5) is known color: Ultramarine. HEX triplet: 35, 04 and B5. RGB value is (53,4,181). Sum of RGB (Red+Green+Blue) = 53+4+181=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 181 (71.09% from 255 or 76.05% from 238); Max value from RGB is 181 - color contains mainly: blue. Hex color #3504B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3504B5 is #CAFB4A. Grayscale: #262626. Windows color (decimal): -13302603 or 11863093. OLE color: 11863093.

HSL color Cylindrical-coordinate representation of color #3504B5: hue angle of 256.61º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3504B5 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 53 4 181 -
CMYK 0.71 0.98 0 0.29
HSL 256.61º 0.96% 0.36% -
HSV(B) 256.61º 0.98% 0.71% -
XYZ 9.85 4.18 44 -
YUV 38.83 208.23 138.11 -
System Red Green Blue C M Y K H S L
Decimal 53 4 181 0.71 0.98 0 0.29 256.61 0.96 0.36
Hex 35 4 B5 47 62 0 1D 101 60 24
Octal 65 4 265 107 142 0 35 401 140 44
Binary 110101 100 10110101 1000111 1100010 0 11101 100000001 1100000 100100

Color Harmonies of #3504B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3504B5

Black with #3504B5

Text Example


Text Example

White with #3504B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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