Html Css Color HEX #2F376D Torea Bay

📋 copy color: '#2F376D'

red 47 ◦ green 55 ◦ blue 109

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

Shades of Torea Bay #2F376D

Tints of Torea Bay #2F376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.07%

 BLUE value IS 109 (42.97% from 255) = 51.66%

R = 22.27%
G = 26.07%
B = 51.66%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F376D (or 0x2F376D) is known color: Torea Bay. HEX triplet: 2F, 37 and 6D. RGB value is (47,55,109). Sum of RGB (Red+Green+Blue) = 47+55+109=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F376D is #D0C892. Grayscale: #3A3A3A. Windows color (decimal): -13682835 or 7157551. OLE color: 7157551.

HSL color Cylindrical-coordinate representation of color #2F376D: hue angle of 232.26º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F376D is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 55 109 -
CMYK 0.57 0.50 0 0.57
HSL 232.26º 0.4% 0.31% -
HSV(B) 232.26º 0.57% 0.43% -
XYZ 5.3 4.44 15.05 -
YUV 58.76 156.35 119.61 -
System Red Green Blue C M Y K H S L
Decimal 47 55 109 0.57 0.50 0 0.57 232.26 0.4 0.31
Hex 2F 37 6D 39 32 0 39 E8 28 1F
Octal 57 67 155 71 62 0 71 350 50 37
Binary 101111 110111 1101101 111001 110010 0 111001 11101000 101000 11111

Color Harmonies of #2F376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F376D

Black with #2F376D

Text Example


Text Example

White with #2F376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,55,109); }

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

background-color css

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

 a { background-color: rgb(47,55,109); }

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

border-color css

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

 span { border-color: rgb(47,55,109); }

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