Html Css Color HEX #2F219C Ultramarine

📋 copy color: '#2F219C'

red 47 ◦ green 33 ◦ blue 156

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

Shades of Ultramarine #2F219C

Tints of Ultramarine #2F219C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 66.1%

R = 19.92%
G = 13.98%
B = 66.1%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F219C (or 0x2F219C) is known color: Ultramarine. HEX triplet: 2F, 21 and 9C. RGB value is (47,33,156). Sum of RGB (Red+Green+Blue) = 47+33+156=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F219C is #D0DE63. Grayscale: #323232. Windows color (decimal): -13688420 or 10232111. OLE color: 10232111.

HSL color Cylindrical-coordinate representation of color #2F219C: hue angle of 246.83º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F219C is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 33 156 -
CMYK 0.70 0.79 0 0.39
HSL 246.83º 0.65% 0.37% -
HSV(B) 246.83º 0.79% 0.61% -
XYZ 7.72 4.09 31.84 -
YUV 51.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 47 33 156 0.70 0.79 0 0.39 246.83 0.65 0.37
Hex 2F 21 9C 46 4F 0 27 F7 41 25
Octal 57 41 234 106 117 0 47 367 101 45
Binary 101111 100001 10011100 1000110 1001111 0 100111 11110111 1000001 100101

Color Harmonies of #2F219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F219C

Black with #2F219C

Text Example


Text Example

White with #2F219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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