Html Css Color HEX #2F3472 Torea Bay

📋 copy color: '#2F3472'

red 47 ◦ green 52 ◦ blue 114

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

Shades of Torea Bay #2F3472

Tints of Torea Bay #2F3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

 BLUE value IS 114 (44.92% from 255) = 53.52%

R = 22.07%
G = 24.41%
B = 53.52%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F3472 (or 0x2F3472) is known color: Torea Bay. HEX triplet: 2F, 34 and 72. RGB value is (47,52,114). Sum of RGB (Red+Green+Blue) = 47+52+114=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F3472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3472 is #D0CB8D. Grayscale: #393939. Windows color (decimal): -13683598 or 7484463. OLE color: 7484463.

HSL color Cylindrical-coordinate representation of color #2F3472: hue angle of 235.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F3472 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 52 114 -
CMYK 0.59 0.54 0 0.55
HSL 235.52º 0.42% 0.32% -
HSV(B) 235.52º 0.59% 0.45% -
XYZ 5.44 4.28 16.46 -
YUV 57.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 47 52 114 0.59 0.54 0 0.55 235.52 0.42 0.32
Hex 2F 34 72 3B 36 0 37 EC 2A 20
Octal 57 64 162 73 66 0 67 354 52 40
Binary 101111 110100 1110010 111011 110110 0 110111 11101100 101010 100000

Color Harmonies of #2F3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3472

Black with #2F3472

Text Example


Text Example

White with #2F3472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,52,114); }

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

background-color css

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

 a { background-color: rgb(47,52,114); }

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

border-color css

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

 span { border-color: rgb(47,52,114); }

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