Html Css Color HEX #2F229B Ultramarine

📋 copy color: '#2F229B'

red 47 ◦ green 34 ◦ blue 155

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

Shades of Ultramarine #2F229B

Tints of Ultramarine #2F229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.41%

 BLUE value IS 155 (60.94% from 255) = 65.68%

R = 19.92%
G = 14.41%
B = 65.68%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F229B (or 0x2F229B) is known color: Ultramarine. HEX triplet: 2F, 22 and 9B. RGB value is (47,34,155). Sum of RGB (Red+Green+Blue) = 47+34+155=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F229B is #D0DD64. Grayscale: #333333. Windows color (decimal): -13688165 or 10166831. OLE color: 10166831.

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

Color convert

RGB 47 34 155 -
CMYK 0.70 0.78 0 0.39
HSL 246.45º 0.64% 0.37% -
HSV(B) 246.45º 0.78% 0.61% -
XYZ 7.66 4.11 31.4 -
YUV 51.68 186.31 124.66 -
System Red Green Blue C M Y K H S L
Decimal 47 34 155 0.70 0.78 0 0.39 246.45 0.64 0.37
Hex 2F 22 9B 46 4E 0 27 F6 40 25
Octal 57 42 233 106 116 0 47 366 100 45
Binary 101111 100010 10011011 1000110 1001110 0 100111 11110110 1000000 100101

Color Harmonies of #2F229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F229B

Black with #2F229B

Text Example


Text Example

White with #2F229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,34,155); }

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

background-color css

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

 a { background-color: rgb(47,34,155); }

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

border-color css

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

 span { border-color: rgb(47,34,155); }

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