Html Css Color HEX #2F089E Ultramarine

📋 copy color: '#2F089E'

red 47 ◦ green 8 ◦ blue 158

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

Shades of Ultramarine #2F089E

Tints of Ultramarine #2F089E

RGB

 RED value IS 47 (18.75% from 255) = 22.07%

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

 BLUE value IS 158 (62.11% from 255) = 74.18%

R = 22.07%
G = 3.76%
B = 74.18%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2F089E (or 0x2F089E) is known color: Ultramarine. HEX triplet: 2F, 08 and 9E. RGB value is (47,8,158). Sum of RGB (Red+Green+Blue) = 47+8+158=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 158 (62.11% from 255 or 74.18% from 213); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F089E is #D0F761. Grayscale: #242424. Windows color (decimal): -13694818 or 10356783. OLE color: 10356783.

HSL color Cylindrical-coordinate representation of color #2F089E: hue angle of 255.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F089E is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 47 8 158 -
CMYK 0.70 0.95 0 0.38
HSL 255.6º 0.9% 0.33% -
HSV(B) 255.6º 0.95% 0.62% -
XYZ 7.43 3.25 32.58 -
YUV 36.76 196.42 135.3 -
System Red Green Blue C M Y K H S L
Decimal 47 8 158 0.70 0.95 0 0.38 255.6 0.9 0.33
Hex 2F 8 9E 46 5F 0 26 100 5A 21
Octal 57 10 236 106 137 0 46 400 132 41
Binary 101111 1000 10011110 1000110 1011111 0 100110 100000000 1011010 100001

Color Harmonies of #2F089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F089E

Black with #2F089E

Text Example


Text Example

White with #2F089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F089E; }

 p { color: rgb(47,8,158); }

 H1.HeaderClassName
 {
   color: #2F089E;
 }
 .AnyTagClassName
 {
   color: #2F089E;
 }
</style>

background-color css

<style>
 a { background-color: #2F089E; }

 a { background-color: rgb(47,8,158); }

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

border-color css

<style>
 span { border-color: #2F089E; }

 span { border-color: rgb(47,8,158); }

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