Html Css Color HEX #2F3976 Torea Bay

📋 copy color: '#2F3976'

red 47 ◦ green 57 ◦ blue 118

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

Shades of Torea Bay #2F3976

Tints of Torea Bay #2F3976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.68%

 BLUE value IS 118 (46.48% from 255) = 53.15%

R = 21.17%
G = 25.68%
B = 53.15%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F3976 (or 0x2F3976) is known color: Torea Bay. HEX triplet: 2F, 39 and 76. RGB value is (47,57,118). Sum of RGB (Red+Green+Blue) = 47+57+118=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F3976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3976 is #D0C689. Grayscale: #3C3C3C. Windows color (decimal): -13682314 or 7747887. OLE color: 7747887.

HSL color Cylindrical-coordinate representation of color #2F3976: hue angle of 231.55º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F3976 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 57 118 -
CMYK 0.60 0.52 0 0.54
HSL 231.55º 0.43% 0.32% -
HSV(B) 231.55º 0.6% 0.46% -
XYZ 5.91 4.84 17.76 -
YUV 60.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 47 57 118 0.60 0.52 0 0.54 231.55 0.43 0.32
Hex 2F 39 76 3C 34 0 36 E8 2B 20
Octal 57 71 166 74 64 0 66 350 53 40
Binary 101111 111001 1110110 111100 110100 0 110110 11101000 101011 100000

Color Harmonies of #2F3976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3976

Black with #2F3976

Text Example


Text Example

White with #2F3976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,57,118); }

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

background-color css

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

 a { background-color: rgb(47,57,118); }

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

border-color css

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

 span { border-color: rgb(47,57,118); }

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