Html Css Color HEX #3009B7 Ultramarine

📋 copy color: '#3009B7'

red 48 ◦ green 9 ◦ blue 183

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

Shades of Ultramarine #3009B7

Tints of Ultramarine #3009B7

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.75%

 BLUE value IS 183 (71.88% from 255) = 76.25%

R = 20%
G = 3.75%
B = 76.25%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3009B7 (or 0x3009B7) is known color: Ultramarine. HEX triplet: 30, 09 and B7. RGB value is (48,9,183). Sum of RGB (Red+Green+Blue) = 48+9+183=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 183 (71.88% from 255 or 76.25% from 240); Max value from RGB is 183 - color contains mainly: blue. Hex color #3009B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3009B7 is #CFF648. Grayscale: #272727. Windows color (decimal): -13629001 or 11995440. OLE color: 11995440.

HSL color Cylindrical-coordinate representation of color #3009B7: hue angle of 253.45º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3009B7 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 9 183 -
CMYK 0.74 0.95 0 0.28
HSL 253.45º 0.91% 0.38% -
HSV(B) 253.45º 0.95% 0.72% -
XYZ 9.86 4.24 45.1 -
YUV 40.5 208.42 133.35 -
System Red Green Blue C M Y K H S L
Decimal 48 9 183 0.74 0.95 0 0.28 253.45 0.91 0.38
Hex 30 9 B7 4A 5F 0 1C FD 5B 26
Octal 60 11 267 112 137 0 34 375 133 46
Binary 110000 1001 10110111 1001010 1011111 0 11100 11111101 1011011 100110

Color Harmonies of #3009B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3009B7

Black with #3009B7

Text Example


Text Example

White with #3009B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3009B7; }

 p { color: rgb(48,9,183); }

 H1.HeaderClassName
 {
   color: #3009B7;
 }
 .AnyTagClassName
 {
   color: #3009B7;
 }
</style>

background-color css

<style>
 a { background-color: #3009B7; }

 a { background-color: rgb(48,9,183); }

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

border-color css

<style>
 span { border-color: #3009B7; }

 span { border-color: rgb(48,9,183); }

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