Html Css Color HEX #2F3163 Deep Koamaru

📋 copy color: '#2F3163'

red 47 ◦ green 49 ◦ blue 99

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

Shades of Deep Koamaru #2F3163

Tints of Deep Koamaru #2F3163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 50.77%

R = 24.1%
G = 25.13%
B = 50.77%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2F3163 (or 0x2F3163) is known color: Deep Koamaru. HEX triplet: 2F, 31 and 63. RGB value is (47,49,99). Sum of RGB (Red+Green+Blue) = 47+49+99=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F3163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3163 is #D0CE9C. Grayscale: #353535. Windows color (decimal): -13684381 or 6500655. OLE color: 6500655.

HSL color Cylindrical-coordinate representation of color #2F3163: hue angle of 237.69º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F3163 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 47 49 99 -
CMYK 0.53 0.51 0 0.61
HSL 237.69º 0.36% 0.29% -
HSV(B) 237.69º 0.53% 0.39% -
XYZ 4.52 3.7 12.28 -
YUV 54.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 47 49 99 0.53 0.51 0 0.61 237.69 0.36 0.29
Hex 2F 31 63 35 33 0 3D EE 24 1D
Octal 57 61 143 65 63 0 75 356 44 35
Binary 101111 110001 1100011 110101 110011 0 111101 11101110 100100 11101

Color Harmonies of #2F3163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3163

Black with #2F3163

Text Example


Text Example

White with #2F3163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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