Html Css Color HEX #3010A5 Ultramarine

📋 copy color: '#3010A5'

red 48 ◦ green 16 ◦ blue 165

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

Shades of Ultramarine #3010A5

Tints of Ultramarine #3010A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 72.05%

R = 20.96%
G = 6.99%
B = 72.05%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3010A5 (or 0x3010A5) is known color: Ultramarine. HEX triplet: 30, 10 and A5. RGB value is (48,16,165). Sum of RGB (Red+Green+Blue) = 48+16+165=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 165 (64.84% from 255 or 72.05% from 229); Max value from RGB is 165 - color contains mainly: blue. Hex color #3010A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3010A5 is #CFEF5A. Grayscale: #292929. Windows color (decimal): -13627227 or 10817584. OLE color: 10817584.

HSL color Cylindrical-coordinate representation of color #3010A5: hue angle of 252.89º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3010A5 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 16 165 -
CMYK 0.71 0.90 0 0.35
HSL 252.89º 0.82% 0.35% -
HSV(B) 252.89º 0.9% 0.65% -
XYZ 8.2 3.72 35.88 -
YUV 42.55 197.1 131.88 -
System Red Green Blue C M Y K H S L
Decimal 48 16 165 0.71 0.90 0 0.35 252.89 0.82 0.35
Hex 30 10 A5 47 5A 0 23 FD 52 23
Octal 60 20 245 107 132 0 43 375 122 43
Binary 110000 10000 10100101 1000111 1011010 0 100011 11111101 1010010 100011

Color Harmonies of #3010A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3010A5

Black with #3010A5

Text Example


Text Example

White with #3010A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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