Html Css Color HEX #2F219F Ultramarine

📋 copy color: '#2F219F'

red 47 ◦ green 33 ◦ blue 159

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

Shades of Ultramarine #2F219F

Tints of Ultramarine #2F219F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

 BLUE value IS 159 (62.5% from 255) = 66.53%

R = 19.67%
G = 13.81%
B = 66.53%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2F219F (or 0x2F219F) is known color: Ultramarine. HEX triplet: 2F, 21 and 9F. RGB value is (47,33,159). Sum of RGB (Red+Green+Blue) = 47+33+159=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F219F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F219F is #D0DE60. Grayscale: #333333. Windows color (decimal): -13688417 or 10428719. OLE color: 10428719.

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

Color convert

RGB 47 33 159 -
CMYK 0.70 0.79 0 0.38
HSL 246.67º 0.66% 0.38% -
HSV(B) 246.67º 0.79% 0.62% -
XYZ 7.97 4.2 33.19 -
YUV 51.55 188.64 124.75 -
System Red Green Blue C M Y K H S L
Decimal 47 33 159 0.70 0.79 0 0.38 246.67 0.66 0.38
Hex 2F 21 9F 46 4F 0 26 F7 42 26
Octal 57 41 237 106 117 0 46 367 102 46
Binary 101111 100001 10011111 1000110 1001111 0 100110 11110111 1000010 100110

Color Harmonies of #2F219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F219F

Black with #2F219F

Text Example


Text Example

White with #2F219F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,33,159); }

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

background-color css

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

 a { background-color: rgb(47,33,159); }

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

border-color css

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

 span { border-color: rgb(47,33,159); }

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