Html Css Color HEX #3010AB Ultramarine

📋 copy color: '#3010AB'

red 48 ◦ green 16 ◦ blue 171

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

Shades of Ultramarine #3010AB

Tints of Ultramarine #3010AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

 BLUE value IS 171 (67.19% from 255) = 72.77%

R = 20.43%
G = 6.81%
B = 72.77%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3010AB (or 0x3010AB) is known color: Ultramarine. HEX triplet: 30, 10 and AB. RGB value is (48,16,171). Sum of RGB (Red+Green+Blue) = 48+16+171=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #3010AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3010AB is #CFEF54. Grayscale: #2A2A2A. Windows color (decimal): -13627221 or 11210800. OLE color: 11210800.

HSL color Cylindrical-coordinate representation of color #3010AB: hue angle of 252.39º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3010AB is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 16 171 -
CMYK 0.72 0.91 0 0.33
HSL 252.39º 0.83% 0.37% -
HSV(B) 252.39º 0.91% 0.67% -
XYZ 8.75 3.94 38.83 -
YUV 43.24 200.1 131.4 -
System Red Green Blue C M Y K H S L
Decimal 48 16 171 0.72 0.91 0 0.33 252.39 0.83 0.37
Hex 30 10 AB 48 5B 0 21 FC 53 25
Octal 60 20 253 110 133 0 41 374 123 45
Binary 110000 10000 10101011 1001000 1011011 0 100001 11111100 1010011 100101

Color Harmonies of #3010AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3010AB

Black with #3010AB

Text Example


Text Example

White with #3010AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3010AB; }

 p { color: rgb(48,16,171); }

 H1.HeaderClassName
 {
   color: #3010AB;
 }
 .AnyTagClassName
 {
   color: #3010AB;
 }
</style>

background-color css

<style>
 a { background-color: #3010AB; }

 a { background-color: rgb(48,16,171); }

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

border-color css

<style>
 span { border-color: #3010AB; }

 span { border-color: rgb(48,16,171); }

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