Html Css Color HEX #2F3479 Torea Bay

📋 copy color: '#2F3479'

red 47 ◦ green 52 ◦ blue 121

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

Shades of Torea Bay #2F3479

Tints of Torea Bay #2F3479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 55%

R = 21.36%
G = 23.64%
B = 55%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F3479 (or 0x2F3479) is known color: Torea Bay. HEX triplet: 2F, 34 and 79. RGB value is (47,52,121). Sum of RGB (Red+Green+Blue) = 47+52+121=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F3479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3479 is #D0CB86. Grayscale: #3A3A3A. Windows color (decimal): -13683591 or 7943215. OLE color: 7943215.

HSL color Cylindrical-coordinate representation of color #2F3479: hue angle of 235.95º 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 #2F3479 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 52 121 -
CMYK 0.61 0.57 0 0.53
HSL 235.95º 0.44% 0.33% -
HSV(B) 235.95º 0.61% 0.47% -
XYZ 5.85 4.44 18.64 -
YUV 58.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 47 52 121 0.61 0.57 0 0.53 235.95 0.44 0.33
Hex 2F 34 79 3D 39 0 35 EC 2C 21
Octal 57 64 171 75 71 0 65 354 54 41
Binary 101111 110100 1111001 111101 111001 0 110101 11101100 101100 100001

Color Harmonies of #2F3479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3479

Black with #2F3479

Text Example


Text Example

White with #2F3479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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