Html Css Color HEX #3005B2 Ultramarine

📋 copy color: '#3005B2'

red 48 ◦ green 5 ◦ blue 178

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

Shades of Ultramarine #3005B2

Tints of Ultramarine #3005B2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 178 (69.92% from 255) = 77.06%

R = 20.78%
G = 2.16%
B = 77.06%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3005B2 (or 0x3005B2) is known color: Ultramarine. HEX triplet: 30, 05 and B2. RGB value is (48,5,178). Sum of RGB (Red+Green+Blue) = 48+5+178=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 178 (69.92% from 255 or 77.06% from 231); Max value from RGB is 178 - color contains mainly: blue. Hex color #3005B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3005B2 is #CFFA4D. Grayscale: #242424. Windows color (decimal): -13630030 or 11666736. OLE color: 11666736.

HSL color Cylindrical-coordinate representation of color #3005B2: hue angle of 254.91º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3005B2 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 5 178 -
CMYK 0.73 0.97 0 0.30
HSL 254.91º 0.95% 0.36% -
HSV(B) 254.91º 0.97% 0.7% -
XYZ 9.31 3.95 42.39 -
YUV 37.58 207.25 135.43 -
System Red Green Blue C M Y K H S L
Decimal 48 5 178 0.73 0.97 0 0.30 254.91 0.95 0.36
Hex 30 5 B2 49 61 0 1E FF 5F 24
Octal 60 5 262 111 141 0 36 377 137 44
Binary 110000 101 10110010 1001001 1100001 0 11110 11111111 1011111 100100

Color Harmonies of #3005B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3005B2

Black with #3005B2

Text Example


Text Example

White with #3005B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3005B2; }

 p { color: rgb(48,5,178); }

 H1.HeaderClassName
 {
   color: #3005B2;
 }
 .AnyTagClassName
 {
   color: #3005B2;
 }
</style>

background-color css

<style>
 a { background-color: #3005B2; }

 a { background-color: rgb(48,5,178); }

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

border-color css

<style>
 span { border-color: #3005B2; }

 span { border-color: rgb(48,5,178); }

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