#3007A5

Color #3007A5 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #3007A5

Tints of Ultramarine #3007A5

Color information

#3007A5 (or 0x3007A5) is unknown color: approx Ultramarine. HEX triplet: 30, 07 and A5. RGB value is (48,7,165). Sum of RGB (Red+Green+Blue) = 48+7+165=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 165 (64.84% from 255 or 75% from 220); Max value from RGB is 165 - color contains mainly: blue. Hex color #3007A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3007A5 is #CFF85A. Grayscale: #242424. Windows color (decimal): -13629531 or 10815280. OLE color: 10815280.

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

Color convert

RGB487165-
CMYK0.710.9600.35
HSL255.57º91.86%33.73%-
HSV(B)255.57º95.76%64.71%-
XYZ8.093.535.85-
YUV37.27200.08135.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.82%
GREEN value IS 7 (3.12% from 255) = 3.18%
BLUE value IS 165 (64.84% from 255) = 75%
R=21.82%
G=3.18%
B=75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4871650.710.9600.35255.5791.8633.73
Hex307A547600231005c22
Octal60724510714004340013442
Binary110000111101001011000111110000001000111000000001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3007A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3007A5;
 }
 .AnyTagClassName
 {
   color: #3007A5;
 }
</style>
background-color css

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

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

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

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

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

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