Html Css Color HEX #2F3261 Deep Koamaru

📋 copy color: '#2F3261'

red 47 ◦ green 50 ◦ blue 97

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

Shades of Deep Koamaru #2F3261

Tints of Deep Koamaru #2F3261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.77%

 BLUE value IS 97 (38.28% from 255) = 50%

R = 24.23%
G = 25.77%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F3261 (or 0x2F3261) is known color: Deep Koamaru. HEX triplet: 2F, 32 and 61. RGB value is (47,50,97). Sum of RGB (Red+Green+Blue) = 47+50+97=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #2F3261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3261 is #D0CD9E. Grayscale: #363636. Windows color (decimal): -13684127 or 6369839. OLE color: 6369839.

HSL color Cylindrical-coordinate representation of color #2F3261: hue angle of 236.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F3261 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 50 97 -
CMYK 0.52 0.48 0 0.62
HSL 236.4º 0.35% 0.28% -
HSV(B) 236.4º 0.52% 0.38% -
XYZ 4.47 3.75 11.8 -
YUV 54.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 47 50 97 0.52 0.48 0 0.62 236.4 0.35 0.28
Hex 2F 32 61 34 30 0 3E EC 23 1C
Octal 57 62 141 64 60 0 76 354 43 34
Binary 101111 110010 1100001 110100 110000 0 111110 11101100 100011 11100

Color Harmonies of #2F3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3261

Black with #2F3261

Text Example


Text Example

White with #2F3261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,50,97); }

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

background-color css

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

 a { background-color: rgb(47,50,97); }

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

border-color css

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

 span { border-color: rgb(47,50,97); }

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