Html Css Color HEX #3017B1 Ultramarine

📋 copy color: '#3017B1'

red 48 ◦ green 23 ◦ blue 177

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

Shades of Ultramarine #3017B1

Tints of Ultramarine #3017B1

RGB

 RED value IS 48 (19.14% from 255) = 19.35%

 GREEN value IS 23 (9.38% from 255) = 9.27%

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

R = 19.35%
G = 9.27%
B = 71.37%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3017B1 (or 0x3017B1) is known color: Ultramarine. HEX triplet: 30, 17 and B1. RGB value is (48,23,177). Sum of RGB (Red+Green+Blue) = 48+23+177=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 177 (69.53% from 255 or 71.37% from 248); Max value from RGB is 177 - color contains mainly: blue. Hex color #3017B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3017B1 is #CFE84E. Grayscale: #2F2F2F. Windows color (decimal): -13625423 or 11605808. OLE color: 11605808.

HSL color Cylindrical-coordinate representation of color #3017B1: hue angle of 249.74º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3017B1 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 23 177 -
CMYK 0.73 0.87 0 0.31
HSL 249.74º 0.77% 0.39% -
HSV(B) 249.74º 0.87% 0.69% -
XYZ 9.46 4.42 41.95 -
YUV 48.03 200.78 127.98 -
System Red Green Blue C M Y K H S L
Decimal 48 23 177 0.73 0.87 0 0.31 249.74 0.77 0.39
Hex 30 17 B1 49 57 0 1F FA 4D 27
Octal 60 27 261 111 127 0 37 372 115 47
Binary 110000 10111 10110001 1001001 1010111 0 11111 11111010 1001101 100111

Color Harmonies of #3017B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3017B1

Black with #3017B1

Text Example


Text Example

White with #3017B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,23,177); }

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

background-color css

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

 a { background-color: rgb(48,23,177); }

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

border-color css

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

 span { border-color: rgb(48,23,177); }

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