Html Css Color HEX #2F219A Ultramarine

📋 copy color: '#2F219A'

red 47 ◦ green 33 ◦ blue 154

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

Shades of Ultramarine #2F219A

Tints of Ultramarine #2F219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 65.81%

R = 20.09%
G = 14.1%
B = 65.81%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2F219A (or 0x2F219A) is known color: Ultramarine. HEX triplet: 2F, 21 and 9A. RGB value is (47,33,154). Sum of RGB (Red+Green+Blue) = 47+33+154=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F219A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F219A is #D0DE65. Grayscale: #323232. Windows color (decimal): -13688422 or 10101039. OLE color: 10101039.

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

Color convert

RGB 47 33 154 -
CMYK 0.69 0.79 0 0.40
HSL 246.94º 0.65% 0.37% -
HSV(B) 246.94º 0.79% 0.6% -
XYZ 7.55 4.03 30.95 -
YUV 50.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 47 33 154 0.69 0.79 0 0.40 246.94 0.65 0.37
Hex 2F 21 9A 45 4F 0 28 F7 41 25
Octal 57 41 232 105 117 0 50 367 101 45
Binary 101111 100001 10011010 1000101 1001111 0 101000 11110111 1000001 100101

Color Harmonies of #2F219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F219A

Black with #2F219A

Text Example


Text Example

White with #2F219A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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