Html Css Color HEX #3A06B5 Ultramarine

📋 copy color: '#3A06B5'

red 58 ◦ green 6 ◦ blue 181

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

Shades of Ultramarine #3A06B5

Tints of Ultramarine #3A06B5

RGB

 RED value IS 58 (23.05% from 255) = 23.67%

 GREEN value IS 6 (2.73% from 255) = 2.45%

 BLUE value IS 181 (71.09% from 255) = 73.88%

R = 23.67%
G = 2.45%
B = 73.88%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3A06B5 (or 0x3A06B5) is known color: Ultramarine. HEX triplet: 3A, 06 and B5. RGB value is (58,6,181). Sum of RGB (Red+Green+Blue) = 58+6+181=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 181 (71.09% from 255 or 73.88% from 245); Max value from RGB is 181 - color contains mainly: blue. Hex color #3A06B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A06B5 is #C5F94A. Grayscale: #282828. Windows color (decimal): -12974411 or 11863610. OLE color: 11863610.

HSL color Cylindrical-coordinate representation of color #3A06B5: hue angle of 257.83º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A06B5 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 58 6 181 -
CMYK 0.68 0.97 0 0.29
HSL 257.83º 0.94% 0.37% -
HSV(B) 257.83º 0.97% 0.71% -
XYZ 10.15 4.37 44.02 -
YUV 41.5 206.73 139.77 -
System Red Green Blue C M Y K H S L
Decimal 58 6 181 0.68 0.97 0 0.29 257.83 0.94 0.37
Hex 3A 6 B5 44 61 0 1D 102 5E 25
Octal 72 6 265 104 141 0 35 402 136 45
Binary 111010 110 10110101 1000100 1100001 0 11101 100000010 1011110 100101

Color Harmonies of #3A06B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A06B5

Black with #3A06B5

Text Example


Text Example

White with #3A06B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A06B5; }

 p { color: rgb(58,6,181); }

 H1.HeaderClassName
 {
   color: #3A06B5;
 }
 .AnyTagClassName
 {
   color: #3A06B5;
 }
</style>

background-color css

<style>
 a { background-color: #3A06B5; }

 a { background-color: rgb(58,6,181); }

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

border-color css

<style>
 span { border-color: #3A06B5; }

 span { border-color: rgb(58,6,181); }

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