Html Css Color HEX #3017B3 Ultramarine

📋 copy color: '#3017B3'

red 48 ◦ green 23 ◦ blue 179

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

Shades of Ultramarine #3017B3

Tints of Ultramarine #3017B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 71.6%

R = 19.2%
G = 9.2%
B = 71.6%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3017B3 (or 0x3017B3) is known color: Ultramarine. HEX triplet: 30, 17 and B3. RGB value is (48,23,179). Sum of RGB (Red+Green+Blue) = 48+23+179=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 179 (70.31% from 255 or 71.6% from 250); Max value from RGB is 179 - color contains mainly: blue. Hex color #3017B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3017B3 is #CFE84C. Grayscale: #2F2F2F. Windows color (decimal): -13625421 or 11736880. OLE color: 11736880.

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

Color convert

RGB 48 23 179 -
CMYK 0.73 0.87 0 0.30
HSL 249.62º 0.77% 0.4% -
HSV(B) 249.62º 0.87% 0.7% -
XYZ 9.66 4.5 43.01 -
YUV 48.26 201.78 127.82 -
System Red Green Blue C M Y K H S L
Decimal 48 23 179 0.73 0.87 0 0.30 249.62 0.77 0.4
Hex 30 17 B3 49 57 0 1E FA 4D 28
Octal 60 27 263 111 127 0 36 372 115 50
Binary 110000 10111 10110011 1001001 1010111 0 11110 11111010 1001101 101000

Color Harmonies of #3017B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3017B3

Black with #3017B3

Text Example


Text Example

White with #3017B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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