Html Css Color HEX #2F3477 Torea Bay

📋 copy color: '#2F3477'

red 47 ◦ green 52 ◦ blue 119

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

Shades of Torea Bay #2F3477

Tints of Torea Bay #2F3477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 54.59%

R = 21.56%
G = 23.85%
B = 54.59%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F3477 (or 0x2F3477) is known color: Torea Bay. HEX triplet: 2F, 34 and 77. RGB value is (47,52,119). Sum of RGB (Red+Green+Blue) = 47+52+119=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F3477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3477 is #D0CB88. Grayscale: #393939. Windows color (decimal): -13683593 or 7812143. OLE color: 7812143.

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

Color convert

RGB 47 52 119 -
CMYK 0.61 0.56 0 0.53
HSL 235.83º 0.43% 0.33% -
HSV(B) 235.83º 0.61% 0.47% -
XYZ 5.73 4.39 18 -
YUV 58.14 162.34 120.05 -
System Red Green Blue C M Y K H S L
Decimal 47 52 119 0.61 0.56 0 0.53 235.83 0.43 0.33
Hex 2F 34 77 3D 38 0 35 EC 2B 21
Octal 57 64 167 75 70 0 65 354 53 41
Binary 101111 110100 1110111 111101 111000 0 110101 11101100 101011 100001

Color Harmonies of #2F3477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3477

Black with #2F3477

Text Example


Text Example

White with #2F3477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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