Html Css Color HEX #2F209B Ultramarine

📋 copy color: '#2F209B'

red 47 ◦ green 32 ◦ blue 155

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

Shades of Ultramarine #2F209B

Tints of Ultramarine #2F209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.68%

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

R = 20.09%
G = 13.68%
B = 66.24%

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

#2F209B (or 0x2F209B) is known color: Ultramarine. HEX triplet: 2F, 20 and 9B. RGB value is (47,32,155). Sum of RGB (Red+Green+Blue) = 47+32+155=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F209B is #D0DF64. Grayscale: #323232. Windows color (decimal): -13688677 or 10166319. OLE color: 10166319.

HSL color Cylindrical-coordinate representation of color #2F209B: hue angle of 247.32º degrees, saturation: 0.66, 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 #2F209B is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 32 155 -
CMYK 0.70 0.79 0 0.39
HSL 247.32º 0.66% 0.37% -
HSV(B) 247.32º 0.79% 0.61% -
XYZ 7.61 4 31.38 -
YUV 50.51 186.97 125.5 -
System Red Green Blue C M Y K H S L
Decimal 47 32 155 0.70 0.79 0 0.39 247.32 0.66 0.37
Hex 2F 20 9B 46 4F 0 27 F7 42 25
Octal 57 40 233 106 117 0 47 367 102 45
Binary 101111 100000 10011011 1000110 1001111 0 100111 11110111 1000010 100101

Color Harmonies of #2F209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F209B

Black with #2F209B

Text Example


Text Example

White with #2F209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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