Html Css Color HEX #2F3473 Torea Bay

📋 copy color: '#2F3473'

red 47 ◦ green 52 ◦ blue 115

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

Shades of Torea Bay #2F3473

Tints of Torea Bay #2F3473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.74%

R = 21.96%
G = 24.3%
B = 53.74%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F3473 (or 0x2F3473) is known color: Torea Bay. HEX triplet: 2F, 34 and 73. RGB value is (47,52,115). Sum of RGB (Red+Green+Blue) = 47+52+115=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F3473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3473 is #D0CB8C. Grayscale: #393939. Windows color (decimal): -13683597 or 7549999. OLE color: 7549999.

HSL color Cylindrical-coordinate representation of color #2F3473: hue angle of 235.59º 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 #2F3473 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 52 115 -
CMYK 0.59 0.55 0 0.55
HSL 235.59º 0.42% 0.32% -
HSV(B) 235.59º 0.59% 0.45% -
XYZ 5.49 4.3 16.76 -
YUV 57.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 47 52 115 0.59 0.55 0 0.55 235.59 0.42 0.32
Hex 2F 34 73 3B 37 0 37 EC 2A 20
Octal 57 64 163 73 67 0 67 354 52 40
Binary 101111 110100 1110011 111011 110111 0 110111 11101100 101010 100000

Color Harmonies of #2F3473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3473

Black with #2F3473

Text Example


Text Example

White with #2F3473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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