Html Css Color HEX #3008B6 Ultramarine

📋 copy color: '#3008B6'

red 48 ◦ green 8 ◦ blue 182

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

Shades of Ultramarine #3008B6

Tints of Ultramarine #3008B6

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

 BLUE value IS 182 (71.48% from 255) = 76.47%

R = 20.17%
G = 3.36%
B = 76.47%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3008B6 (or 0x3008B6) is known color: Ultramarine. HEX triplet: 30, 08 and B6. RGB value is (48,8,182). Sum of RGB (Red+Green+Blue) = 48+8+182=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 182 (71.48% from 255 or 76.47% from 238); Max value from RGB is 182 - color contains mainly: blue. Hex color #3008B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3008B6 is #CFF749. Grayscale: #272727. Windows color (decimal): -13629258 or 11929648. OLE color: 11929648.

HSL color Cylindrical-coordinate representation of color #3008B6: hue angle of 253.79º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3008B6 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 8 182 -
CMYK 0.74 0.96 0 0.29
HSL 253.79º 0.92% 0.37% -
HSV(B) 253.79º 0.96% 0.71% -
XYZ 9.75 4.18 44.55 -
YUV 39.8 208.25 133.85 -
System Red Green Blue C M Y K H S L
Decimal 48 8 182 0.74 0.96 0 0.29 253.79 0.92 0.37
Hex 30 8 B6 4A 60 0 1D FE 5C 25
Octal 60 10 266 112 140 0 35 376 134 45
Binary 110000 1000 10110110 1001010 1100000 0 11101 11111110 1011100 100101

Color Harmonies of #3008B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3008B6

Black with #3008B6

Text Example


Text Example

White with #3008B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3008B6; }

 p { color: rgb(48,8,182); }

 H1.HeaderClassName
 {
   color: #3008B6;
 }
 .AnyTagClassName
 {
   color: #3008B6;
 }
</style>

background-color css

<style>
 a { background-color: #3008B6; }

 a { background-color: rgb(48,8,182); }

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

border-color css

<style>
 span { border-color: #3008B6; }

 span { border-color: rgb(48,8,182); }

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