Html Css Color HEX #2F3171 Deep Koamaru

📋 copy color: '#2F3171'

red 47 ◦ green 49 ◦ blue 113

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

Shades of Deep Koamaru #2F3171

Tints of Deep Koamaru #2F3171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.44%

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 22.49%
G = 23.44%
B = 54.07%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F3171 (or 0x2F3171) is known color: Deep Koamaru. HEX triplet: 2F, 31 and 71. RGB value is (47,49,113). Sum of RGB (Red+Green+Blue) = 47+49+113=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F3171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3171 is #D0CE8E. Grayscale: #373737. Windows color (decimal): -13684367 or 7418159. OLE color: 7418159.

HSL color Cylindrical-coordinate representation of color #2F3171: hue angle of 238.18º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F3171 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 49 113 -
CMYK 0.58 0.57 0 0.56
HSL 238.18º 0.41% 0.31% -
HSV(B) 238.18º 0.58% 0.44% -
XYZ 5.25 3.99 16.12 -
YUV 55.7 160.34 121.8 -
System Red Green Blue C M Y K H S L
Decimal 47 49 113 0.58 0.57 0 0.56 238.18 0.41 0.31
Hex 2F 31 71 3A 39 0 38 EE 29 1F
Octal 57 61 161 72 71 0 70 356 51 37
Binary 101111 110001 1110001 111010 111001 0 111000 11101110 101001 11111

Color Harmonies of #2F3171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3171

Black with #2F3171

Text Example


Text Example

White with #2F3171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,49,113); }

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

background-color css

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

 a { background-color: rgb(47,49,113); }

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

border-color css

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

 span { border-color: rgb(47,49,113); }

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