Html Css Color HEX #2F327C Torea Bay

📋 copy color: '#2F327C'

red 47 ◦ green 50 ◦ blue 124

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

Shades of Torea Bay #2F327C

Tints of Torea Bay #2F327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 124 (48.83% from 255) = 56.11%

R = 21.27%
G = 22.62%
B = 56.11%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2F327C (or 0x2F327C) is known color: Torea Bay. HEX triplet: 2F, 32 and 7C. RGB value is (47,50,124). Sum of RGB (Red+Green+Blue) = 47+50+124=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F327C is #D0CD83. Grayscale: #393939. Windows color (decimal): -13684100 or 8139311. OLE color: 8139311.

HSL color Cylindrical-coordinate representation of color #2F327C: hue angle of 237.66º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F327C is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 47 50 124 -
CMYK 0.62 0.60 0 0.51
HSL 237.66º 0.45% 0.34% -
HSV(B) 237.66º 0.62% 0.49% -
XYZ 5.95 4.34 19.59 -
YUV 57.54 165.51 120.48 -
System Red Green Blue C M Y K H S L
Decimal 47 50 124 0.62 0.60 0 0.51 237.66 0.45 0.34
Hex 2F 32 7C 3E 3C 0 33 EE 2D 22
Octal 57 62 174 76 74 0 63 356 55 42
Binary 101111 110010 1111100 111110 111100 0 110011 11101110 101101 100010

Color Harmonies of #2F327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F327C

Black with #2F327C

Text Example


Text Example

White with #2F327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,50,124); }

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

background-color css

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

 a { background-color: rgb(47,50,124); }

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

border-color css

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

 span { border-color: rgb(47,50,124); }

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