Html Css Color HEX #3005AF Ultramarine

📋 copy color: '#3005AF'

red 48 ◦ green 5 ◦ blue 175

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

Shades of Ultramarine #3005AF

Tints of Ultramarine #3005AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 76.75%

R = 21.05%
G = 2.19%
B = 76.75%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3005AF (or 0x3005AF) is known color: Ultramarine. HEX triplet: 30, 05 and AF. RGB value is (48,5,175). Sum of RGB (Red+Green+Blue) = 48+5+175=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 175 (68.75% from 255 or 76.75% from 228); Max value from RGB is 175 - color contains mainly: blue. Hex color #3005AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3005AF is #CFFA50. Grayscale: #242424. Windows color (decimal): -13630033 or 11470128. OLE color: 11470128.

HSL color Cylindrical-coordinate representation of color #3005AF: hue angle of 255.18º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3005AF is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 5 175 -
CMYK 0.73 0.97 0 0.31
HSL 255.18º 0.94% 0.35% -
HSV(B) 255.18º 0.97% 0.69% -
XYZ 9.01 3.83 40.82 -
YUV 37.24 205.75 135.68 -
System Red Green Blue C M Y K H S L
Decimal 48 5 175 0.73 0.97 0 0.31 255.18 0.94 0.35
Hex 30 5 AF 49 61 0 1F FF 5E 23
Octal 60 5 257 111 141 0 37 377 136 43
Binary 110000 101 10101111 1001001 1100001 0 11111 11111111 1011110 100011

Color Harmonies of #3005AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3005AF

Black with #3005AF

Text Example


Text Example

White with #3005AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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