Html Css Color HEX #2F376F Torea Bay

📋 copy color: '#2F376F'

red 47 ◦ green 55 ◦ blue 111

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

Shades of Torea Bay #2F376F

Tints of Torea Bay #2F376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.11%

R = 22.07%
G = 25.82%
B = 52.11%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F376F (or 0x2F376F) is known color: Torea Bay. HEX triplet: 2F, 37 and 6F. RGB value is (47,55,111). Sum of RGB (Red+Green+Blue) = 47+55+111=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F376F is #D0C890. Grayscale: #3A3A3A. Windows color (decimal): -13682833 or 7288623. OLE color: 7288623.

HSL color Cylindrical-coordinate representation of color #2F376F: hue angle of 232.5º 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 #2F376F is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 55 111 -
CMYK 0.58 0.50 0 0.56
HSL 232.5º 0.41% 0.31% -
HSV(B) 232.5º 0.58% 0.44% -
XYZ 5.41 4.48 15.62 -
YUV 58.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 47 55 111 0.58 0.50 0 0.56 232.5 0.41 0.31
Hex 2F 37 6F 3A 32 0 38 E8 29 1F
Octal 57 67 157 72 62 0 70 350 51 37
Binary 101111 110111 1101111 111010 110010 0 111000 11101000 101001 11111

Color Harmonies of #2F376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F376F

Black with #2F376F

Text Example


Text Example

White with #2F376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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