Html Css Color HEX #3508B1 Ultramarine

📋 copy color: '#3508B1'

red 53 ◦ green 8 ◦ blue 177

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

Shades of Ultramarine #3508B1

Tints of Ultramarine #3508B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 74.37%

R = 22.27%
G = 3.36%
B = 74.37%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3508B1 (or 0x3508B1) is known color: Ultramarine. HEX triplet: 35, 08 and B1. RGB value is (53,8,177). Sum of RGB (Red+Green+Blue) = 53+8+177=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 177 (69.53% from 255 or 74.37% from 238); Max value from RGB is 177 - color contains mainly: blue. Hex color #3508B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3508B1 is #CAF74E. Grayscale: #282828. Windows color (decimal): -13301583 or 11601973. OLE color: 11601973.

HSL color Cylindrical-coordinate representation of color #3508B1: hue angle of 255.98º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3508B1 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 8 177 -
CMYK 0.70 0.95 0 0.31
HSL 255.98º 0.91% 0.36% -
HSV(B) 255.98º 0.95% 0.69% -
XYZ 9.49 4.1 41.89 -
YUV 40.72 204.91 136.76 -
System Red Green Blue C M Y K H S L
Decimal 53 8 177 0.70 0.95 0 0.31 255.98 0.91 0.36
Hex 35 8 B1 46 5F 0 1F 100 5B 24
Octal 65 10 261 106 137 0 37 400 133 44
Binary 110101 1000 10110001 1000110 1011111 0 11111 100000000 1011011 100100

Color Harmonies of #3508B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3508B1

Black with #3508B1

Text Example


Text Example

White with #3508B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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