Html Css Color HEX #2F3878 Torea Bay

📋 copy color: '#2F3878'

red 47 ◦ green 56 ◦ blue 120

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

Shades of Torea Bay #2F3878

Tints of Torea Bay #2F3878

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.11%

 BLUE value IS 120 (47.27% from 255) = 53.81%

R = 21.08%
G = 25.11%
B = 53.81%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F3878 (or 0x2F3878) is known color: Torea Bay. HEX triplet: 2F, 38 and 78. RGB value is (47,56,120). Sum of RGB (Red+Green+Blue) = 47+56+120=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F3878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3878 is #D0C787. Grayscale: #3C3C3C. Windows color (decimal): -13682568 or 7878703. OLE color: 7878703.

HSL color Cylindrical-coordinate representation of color #2F3878: hue angle of 232.6º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F3878 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 56 120 -
CMYK 0.61 0.53 0 0.53
HSL 232.6º 0.44% 0.33% -
HSV(B) 232.6º 0.61% 0.47% -
XYZ 5.98 4.79 18.38 -
YUV 60.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 47 56 120 0.61 0.53 0 0.53 232.6 0.44 0.33
Hex 2F 38 78 3D 35 0 35 E9 2C 21
Octal 57 70 170 75 65 0 65 351 54 41
Binary 101111 111000 1111000 111101 110101 0 110101 11101001 101100 100001

Color Harmonies of #2F3878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3878

Black with #2F3878

Text Example


Text Example

White with #2F3878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,56,120); }

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

background-color css

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

 a { background-color: rgb(47,56,120); }

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

border-color css

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

 span { border-color: rgb(47,56,120); }

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